Ethan Jeff (hypernacho)

Race #5

View Pit Stop page for race #5 by hypernachoGhost race

View profile for Ethan Jeff (hypernacho)

Official speed 58.97 wpm (52.09 seconds elapsed during race)
Race Start August 7, 2023 6:53:51am UTC
Race Finish August 7, 2023 6:54:43am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 25.55
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));