Miku (mikuhatsune)

Race #8

View Pit Stop page for race #8 by mikuhatsuneGhost race

View profile for Miku (mikuhatsune)

Official speed 81.30 wpm (37.79 seconds elapsed during race)
Race Start January 30, 2011 3:54:50pm UTC
Race Finish January 30, 2011 3:55:28pm UTC
Outcome Win (1 of 5)
Opponents 2. danny45 (66.01 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));