Achromatic - youtu.be/VuzE718Ac1M (bladevampirek)

Race #134

View Pit Stop page for race #134 by bladevampirekGhost race

View profile for Achromatic - youtu.be/VuzE718Ac1M (bladevampirek)

Official speed 50.36 wpm (61.00 seconds elapsed during race)
Race Start April 4, 2020 8:47:52pm UTC
Race Finish April 4, 2020 8:48:53pm UTC
Outcome No win (2 of 2)
Opponents 1. landarian (71.94 wpm)
Accuracy 96.0%
Points 21.82
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));