View Pit Stop page for race #66 by bladevampirek — Ghost race
View profile for Achromatic - youtu.be/VuzE718Ac1M (bladevampirek)
Official speed | 54.10 wpm (56.78 seconds elapsed during race) |
---|---|
Race Start | July 24, 2019 7:44:00pm UTC |
Race Finish | July 24, 2019 7:44:57pm UTC |
Outcome | No win (3 of 3) |
Opponents |
2. actuallyaccurate4life (59.85 wpm) |
Accuracy | 98.0% |
Points | 23.44 |
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)); |