(scraex)

Race #123

View Pit Stop page for race #123 by scraexGhost race

View profile for (scraex)

Official speed 47.65 wpm (65.98 seconds elapsed during race)
Race Start December 7, 2021 12:04:55pm UTC
Race Finish December 7, 2021 12:06:01pm UTC
Outcome No win (3 of 3)
Opponents 1. peaceinchrist (60.19 wpm)
2. sura5 (52.89 wpm)
Accuracy 93.0%
Points 20.65
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));