somebody (somebody_nit)

Race #5

View Pit Stop page for race #5 by somebody_nitGhost race

View profile for somebody (somebody_nit)

Official speed 22.39 wpm (137.20 seconds elapsed during race)
Race Start August 3, 2023 5:16:20pm UTC
Race Finish August 3, 2023 5:18:37pm UTC
Outcome No win (3 of 3)
Opponents 2. butterflydns (23.12 wpm)
Accuracy 94.0%
Points 9.70
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));