name (andyhk)

Race #3

View Pit Stop page for race #3 by andyhkGhost race

View profile for name (andyhk)

Official speed 49.51 wpm (62.05 seconds elapsed during race)
Race Start February 27, 2018 8:42:06pm UTC
Race Finish February 27, 2018 8:43:08pm UTC
Outcome Win (1 of 2)
Opponents 2. frighyz (40.92 wpm)
Accuracy 96.0%
Points 21.46
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));