Achromatic - youtu.be/VuzE718Ac1M (bladevampirek)

Race #92

View Pit Stop page for race #92 by bladevampirekGhost race

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

Official speed 56.98 wpm (53.91 seconds elapsed during race)
Race Start August 19, 2019 9:22:31pm UTC
Race Finish August 19, 2019 9:23:25pm UTC
Outcome Win (1 of 2)
Opponents 2. landarian (53.88 wpm)
Accuracy 97.0%
Points 24.69
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));