Shoemaker-Levy 9 (atthetop)

Race #29

View Pit Stop page for race #29 by atthetopGhost race

View profile for Shoemaker-Levy 9 (atthetop)

Official speed 54.55 wpm (56.32 seconds elapsed during race)
Race Start October 31, 2018 11:35:52pm UTC
Race Finish October 31, 2018 11:36:48pm UTC
Outcome No win (2 of 2)
Opponents 1. styrofoam (69.73 wpm)
Accuracy 93.0%
Points 23.64
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));