Mnkx (mnkx)

Race #3

View Pit Stop page for race #3 by mnkxGhost race

View profile for Mnkx (mnkx)

Official speed 32.91 wpm (95.53 seconds elapsed during race)
Race Start October 10, 2021 12:22:23pm UTC
Race Finish October 10, 2021 12:23:58pm UTC
Outcome No win (2 of 5)
Opponents 1. aculeasis (32.94 wpm)
3. sukh_e (29.52 wpm)
Accuracy 93.0%
Points 14.26
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));