Pirate (yarrpirate)

Race #4

View Pit Stop page for race #4 by yarrpirateGhost race

View profile for Pirate (yarrpirate)

Official speed 43.93 wpm (69.93 seconds elapsed during race)
Race Start September 22, 2015 10:11:07pm UTC
Race Finish September 22, 2015 10:12:17pm UTC
Outcome No win (2 of 10)
Opponents 1. dsat (62.14 wpm)
3. erh4ua (42.84 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 92.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));