monochrome (artemis_05)

Race #2

View Pit Stop page for race #2 by artemis_05Ghost race

View profile for monochrome (artemis_05)

Official speed 36.97 wpm (85.04 seconds elapsed during race)
Race Start December 23, 2021 11:19:23am UTC
Race Finish December 23, 2021 11:20:49am UTC
Outcome No win (2 of 3)
Opponents 1. dindondoe (56.75 wpm)
Accuracy 93.0%
Points 16.02
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));