Alex Sander Lopez Orcko (alexlopez114387)

Race #13

View Pit Stop page for race #13 by alexlopez114387Ghost race

View profile for Alex Sander Lopez Orcko (alexlopez114387)

Official speed 24.43 wpm (125.75 seconds elapsed during race)
Race Start June 2, 2025 12:23:42am UTC
Race Finish June 2, 2025 12:25:48am UTC
Outcome No win (7 of 15)
Opponents 5. samiraarancibia123426 (25.37 wpm)
6. sharick_chungara (24.62 wpm)
9. pedro_serrudo (24.16 wpm)
11. tocsky (22.84 wpm)
Accuracy 93.0%
Points 10.59
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));