Calculus (uchihalol)

Race #10

View Pit Stop page for race #10 by uchihalolGhost race

View profile for Calculus (uchihalol)

Official speed 59.92 wpm (51.27 seconds elapsed during race)
Race Start November 1, 2018 6:31:49pm UTC
Race Finish November 1, 2018 6:32:40pm UTC
Outcome No win (2 of 4)
Opponents 1. styrofoam (65.20 wpm)
3. atthetop (58.30 wpm)
4. hyper_racer (37.54 wpm)
Accuracy 97.0%
Points 25.96
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));