View Pit Stop page for race #195 by beltran_tarqui — Ghost race
View profile for Alex Beltran T. (beltran_tarqui)
Official speed | 33.06 wpm (92.92 seconds elapsed during race) |
---|---|
Race Start | June 22, 2025 10:33:42pm UTC |
Race Finish | June 22, 2025 10:35:14pm UTC |
Outcome | Win (1 of 16) |
Opponents |
2. sharick_chungara (27.79 wpm) 4. liz_mariela (27.69 wpm) 6. tocsky (24.75 wpm) 7. alex_ramos (22.33 wpm) |
Accuracy | 91.0% |
Points | 14.33 |
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)); |