mechanical (mechanical650)

Race #2

View Pit Stop page for race #2 by mechanical650Ghost race

View profile for mechanical (mechanical650)

Official speed 63.88 wpm (48.09 seconds elapsed during race)
Race Start March 9, 2018 12:45:26am UTC
Race Finish March 9, 2018 12:46:15am UTC
Outcome Win (1 of 2)
Opponents 2. jwilander (46.66 wpm)
Accuracy 95.0%
Points 27.68
Text #10004 (Length: 256 characters)

this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order); if (this == NULL) { printk(KERN_WARNING "fsm(%s): init_fsm: Couldn't alloc instance\n", name); return NULL; } memset(this, 0, sizeof(fsm_instance)); strlcpy(this->name, name, sizeof(this->name));