(poke1)

Race #8

View Pit Stop page for race #8 by poke1Ghost race

View profile for (poke1)

Official speed 69.55 wpm (45.20 seconds elapsed during race)
Race Start September 2, 2021 8:15:39pm UTC
Race Finish September 2, 2021 8:16:24pm UTC
Outcome Win (1 of 2)
Opponents 2. poem (41.53 wpm)
Accuracy 96.0%
Points 30.14
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));