Gersch (gersch)

Race #12

View Pit Stop page for race #12 by gerschGhost race

View profile for Gersch (gersch)

Official speed 34.10 wpm (90.09 seconds elapsed during race)
Race Start September 17, 2015 10:46:05pm UTC
Race Finish September 17, 2015 10:47:36pm UTC
Outcome No win (7 of 10)
Opponents 1. yamileth (51.27 wpm)
2. apardo04 (39.61 wpm)
3. arturojreal (39.45 wpm)
4. yarrpirate (39.13 wpm)
5. erh4ua (38.76 wpm)
9. richardgomes7d (26.44 wpm)
Accuracy 93.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));