Augusto Aguilar (fa1progra)

Race #21

View Pit Stop page for race #21 by fa1prograGhost race

View profile for Augusto Aguilar (fa1progra)

Official speed 29.17 wpm (105.31 seconds elapsed during race)
Race Start May 22, 2025 1:38:20am UTC
Race Finish May 22, 2025 1:40:06am UTC
Outcome No win (3 of 17)
Opponents 2. jhosmarmamani (32.68 wpm)
6. alvaro__ (21.20 wpm)
8. noelelias (20.32 wpm)
9. priscilacervantes (19.74 wpm)
Accuracy 89.0%
Points 12.64
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));