鈿解毥鈿解毥馃弳馃弳 (simon1233444)

Race #1

View Pit Stop page for race #1 by simon1233444Ghost race

View profile for 鈿解毥鈿解毥馃弳馃弳 (simon1233444)

Official speed 33.77 wpm (90.97 seconds elapsed during race)
Race Start May 31, 2023 2:26:26pm UTC
Race Finish May 31, 2023 2:27:57pm UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 14.63
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));