Oliver (oliver84)

Race #10

View Pit Stop page for race #10 by oliver84Ghost race

View profile for Oliver (oliver84)

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