police (styrofoam)

Race #164

View Pit Stop page for race #164 by styrofoamGhost race

View profile for police (styrofoam)

Official speed 66.28 wpm (46.35 seconds elapsed during race)
Race Start January 27, 2019 11:27:13pm UTC
Race Finish January 27, 2019 11:27:59pm UTC
Outcome No win (3 of 5)
Opponents 1. sidd_ (110.94 wpm)
2. delirious (77.26 wpm)
4. poem (53.69 wpm)
5. hellothen (51.14 wpm)
Accuracy 95.0%
Points 28.72
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));