paraph (paraphrohn)

Race #64

View Pit Stop page for race #64 by paraphrohnGhost race

View profile for paraph (paraphrohn)

Official speed 79.33 wpm (38.72 seconds elapsed during race)
Race Start February 25, 2019 2:48:01pm UTC
Race Finish February 25, 2019 2:48:40pm UTC
Outcome No win (3 of 3)
Opponents 1. permil (98.99 wpm)
2. tanon710s (79.55 wpm)
Accuracy 97.0%
Points 34.37
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));