ぴくるす (danny45)

Race #6

View Pit Stop page for race #6 by danny45Ghost race

View profile for ぴくるす (danny45)

Official speed 66.01 wpm (46.54 seconds elapsed during race)
Race Start January 30, 2011 3:54:50pm UTC
Race Finish January 30, 2011 3:55:37pm UTC
Outcome No win (2 of 5)
Opponents 1. mikuhatsune (81.30 wpm)
3. atenza (62.97 wpm)
4. guda (42.76 wpm)
5. badomiso (38.87 wpm)
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));