police (styrofoam)

Race #93

View Pit Stop page for race #93 by styrofoamGhost race

View profile for police (styrofoam)

Official speed 59.09 wpm (51.99 seconds elapsed during race)
Race Start November 1, 2018 3:21:20am UTC
Race Finish November 1, 2018 3:22:12am UTC
Outcome No win (2 of 2)
Opponents 1. atthetop (64.95 wpm)
Accuracy 93.0%
Points 25.61
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));