Devesh (dev344)

Race #2

View Pit Stop page for race #2 by dev344Ghost race

View profile for Devesh (dev344)

Official speed 44.53 wpm (68.99 seconds elapsed during race)
Race Start January 22, 2014 8:10:07am UTC
Race Finish January 22, 2014 8:11:16am UTC
Outcome No win (2 of 3)
Opponents 1. arijit91 (61.05 wpm)
3. sujeetgholap (38.64 wpm)
Accuracy 95.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));