Augusto Aguilar (fa1progra)

Race #30

View Pit Stop page for race #30 by fa1prograGhost race

View profile for Augusto Aguilar (fa1progra)

Official speed 25.23 wpm (121.76 seconds elapsed during race)
Race Start June 8, 2025 12:34:39am UTC
Race Finish June 8, 2025 12:36:41am UTC
Outcome No win (5 of 17)
Opponents 1. jhosmar_carlos (32.89 wpm)
3. fanor (30.26 wpm)
Accuracy 87.0%
Points 10.93
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));