Arnold (arnoldchewbacca)

Race #56

View Pit Stop page for race #56 by arnoldchewbaccaGhost race

View profile for Arnold (arnoldchewbacca)

Official speed 57.46 wpm (54.72 seconds elapsed during race)
Race Start November 30, 2021 7:57:54pm UTC
Race Finish November 30, 2021 7:58:49pm UTC
Outcome Win (1 of 2)
Opponents 2. userzin (54.46 wpm)
Accuracy 96.0%
Points 24.90
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));