(mononym_jisoo)

Race #13

View Pit Stop page for race #13 by mononym_jisooGhost race

View profile for (mononym_jisoo)

Official speed 53.94 wpm (58.29 seconds elapsed during race)
Race Start December 7, 2021 12:11:54pm UTC
Race Finish December 7, 2021 12:12:52pm UTC
Outcome No win (3 of 4)
Opponents 1. sura5 (64.72 wpm)
2. peaceinchrist (56.99 wpm)
4. scraex (52.82 wpm)
Accuracy 93.0%
Points 23.37
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));