john (jump2012)

Race #13

View Pit Stop page for race #13 by jump2012Ghost race

View profile for john (jump2012)

Official speed 34.36 wpm (89.41 seconds elapsed during race)
Race Start November 12, 2012 12:04:18pm UTC
Race Finish November 12, 2012 12:05:47pm UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 0.00
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));