(scraex)

Race #25

View Pit Stop page for race #25 by scraexGhost race

View profile for (scraex)

Official speed 45.87 wpm (68.54 seconds elapsed during race)
Race Start November 3, 2021 5:11:46pm UTC
Race Finish November 3, 2021 5:12:54pm UTC
Outcome No win (3 of 3)
Opponents 1. poem (62.37 wpm)
2. traben (55.58 wpm)
Accuracy 93.0%
Points 19.88
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));