tanon (tanon710s)

Race #60

View Pit Stop page for race #60 by tanon710sGhost race

View profile for tanon (tanon710s)

Official speed 86.00 wpm (35.72 seconds elapsed during race)
Race Start February 25, 2019 2:43:03pm UTC
Race Finish February 25, 2019 2:43:39pm UTC
Outcome No win (2 of 2)
Opponents 1. permil (96.20 wpm)
Accuracy 98.0%
Points 37.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));