Jostein (frighyz)

Race #3

View Pit Stop page for race #3 by frighyzGhost race

View profile for Jostein (frighyz)

Official speed 40.92 wpm (75.07 seconds elapsed during race)
Race Start February 27, 2018 8:42:06pm UTC
Race Finish February 27, 2018 8:43:21pm UTC
Outcome No win (2 of 2)
Opponents 1. andyhk (49.51 wpm)
Accuracy 97.0%
Points 17.73
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));