ProYolk33 (anthonya13661)

Race #4

View Pit Stop page for race #4 by anthonya13661Ghost race

View profile for ProYolk33 (anthonya13661)

Official speed 118.12 wpm (26.01 seconds elapsed during race)
Race Start November 21, 2025 3:16:05am UTC
Race Finish November 21, 2025 3:16:31am UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 51.19
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));