Augusto Aguilar (fa1progra)

Race #36

View Pit Stop page for race #36 by fa1prograGhost race

View profile for Augusto Aguilar (fa1progra)

Official speed 27.09 wpm (113.40 seconds elapsed during race)
Race Start June 15, 2025 12:50:06am UTC
Race Finish June 15, 2025 12:51:59am UTC
Outcome No win (7 of 19)
Opponents 3. fanor (31.46 wpm)
Accuracy 91.0%
Points 11.74
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));