Achromatic - youtu.be/VuzE718Ac1M (bladevampirek)

Race #71

View Pit Stop page for race #71 by bladevampirekGhost race

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

Official speed 53.31 wpm (57.63 seconds elapsed during race)
Race Start July 24, 2019 7:49:50pm UTC
Race Finish July 24, 2019 7:50:47pm UTC
Outcome No win (3 of 3)
Opponents 1. actuallyaccurate4life (60.71 wpm)
Accuracy 96.0%
Points 23.10
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));