Shoemaker-Levy 9 (atthetop)

Race #63

View Pit Stop page for race #63 by atthetopGhost race

View profile for Shoemaker-Levy 9 (atthetop)

Official speed 64.95 wpm (47.30 seconds elapsed during race)
Race Start November 1, 2018 3:21:20am UTC
Race Finish November 1, 2018 3:22:07am UTC
Outcome Win (1 of 2)
Opponents 2. styrofoam (59.09 wpm)
Accuracy 94.0%
Points 28.15
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));