(delirious)

Race #66

View Pit Stop page for race #66 by deliriousGhost race

View profile for (delirious)

Official speed 78.31 wpm (39.23 seconds elapsed during race)
Race Start February 16, 2019 5:59:06am UTC
Race Finish February 16, 2019 5:59:46am UTC
Outcome No win (3 of 3)
Opponents 1. sidd_ (104.45 wpm)
2. deroche1 (98.82 wpm)
Accuracy 96.0%
Points 33.93
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));