kewl (hyper_racer)

Race #23

View Pit Stop page for race #23 by hyper_racerGhost race

View profile for kewl (hyper_racer)

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