(delirious)

Race #34

View Pit Stop page for race #34 by deliriousGhost race

View profile for (delirious)

Official speed 88.35 wpm (34.77 seconds elapsed during race)
Race Start January 27, 2019 11:29:39pm UTC
Race Finish January 27, 2019 11:30:14pm UTC
Outcome No win (2 of 5)
Opponents 1. sidd_ (105.91 wpm)
3. styrofoam (70.01 wpm)
4. poem (54.82 wpm)
5. hellothen (53.50 wpm)
Accuracy 99.0%
Points 38.29
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));