discord.gg/typeracer (landarian)

Race #192

View Pit Stop page for race #192 by landarianGhost race

View profile for discord.gg/typeracer (landarian)

Official speed 71.97 wpm (42.68 seconds elapsed during race)
Race Start October 5, 2019 12:59:52am UTC
Race Finish October 5, 2019 1:00:35am UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 31.19
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));