Shoemaker-Levy 9 (atthetop)

Race #75

View Pit Stop page for race #75 by atthetopGhost race

View profile for Shoemaker-Levy 9 (atthetop)

Official speed 58.30 wpm (52.69 seconds elapsed during race)
Race Start November 1, 2018 6:31:49pm UTC
Race Finish November 1, 2018 6:32:41pm UTC
Outcome No win (3 of 4)
Opponents 1. styrofoam (65.20 wpm)
2. uchihalol (59.92 wpm)
4. hyper_racer (37.54 wpm)
Accuracy 93.0%
Points 25.26
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));