Greg (sanzmaxxon)

Race #13

View Pit Stop page for race #13 by sanzmaxxonGhost race

View profile for Greg (sanzmaxxon)

Official speed 27.67 wpm (111.02 seconds elapsed during race)
Race Start September 24, 2015 10:17:06pm UTC
Race Finish September 24, 2015 10:18:57pm UTC
Outcome No win (9 of 9)
Opponents 1. dsat (64.98 wpm)
2. yamileth (60.15 wpm)
3. arturojreal (50.04 wpm)
4. erh4ua (41.86 wpm)
5. iceryda4047 (38.67 wpm)
6. yarrpirate (38.31 wpm)
7. richardgomes7d (30.67 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));