clinton (papa_bear_clinton)

Race #62

View Pit Stop page for race #62 by papa_bear_clintonGhost race

View profile for clinton (papa_bear_clinton)

Official speed 31.63 wpm (97.12 seconds elapsed during race)
Race Start January 26, 2025 6:42:12pm UTC
Race Finish January 26, 2025 6:43:49pm UTC
Outcome Win (1 of 3)
Opponents 3. amine_frihi (24.97 wpm)
Accuracy 97.0%
Points 13.71
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));