Emily (erh4ua)

Race #9

View Pit Stop page for race #9 by erh4uaGhost race

View profile for Emily (erh4ua)

Official speed 42.84 wpm (71.71 seconds elapsed during race)
Race Start September 22, 2015 10:11:07pm UTC
Race Finish September 22, 2015 10:12:19pm UTC
Outcome No win (3 of 10)
Opponents 1. dsat (62.14 wpm)
2. yarrpirate (43.93 wpm)
4. arturojreal (40.71 wpm)
5. oliver84 (38.38 wpm)
6. iceryda4047 (36.17 wpm)
7. gersch (33.88 wpm)
8. richardgomes7d (31.88 wpm)
Accuracy 97.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));