Augusto Aguilar (fa1progra)

Race #17

View Pit Stop page for race #17 by fa1prograGhost race

View profile for Augusto Aguilar (fa1progra)

Official speed 24.66 wpm (124.57 seconds elapsed during race)
Race Start May 18, 2025 1:18:28am UTC
Race Finish May 18, 2025 1:20:33am UTC
Outcome No win (6 of 19)
Opponents 2. jhosmarmamani (31.21 wpm)
3. fanor (28.30 wpm)
5. alvaro__ (26.95 wpm)
Accuracy 89.0%
Points 10.68
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));