iceylemon157 (iceylemon157)

Race #1

View Pit Stop page for race #1 by iceylemon157Ghost race

View profile for iceylemon157 (iceylemon157)

Official speed 52.42 wpm (58.60 seconds elapsed during race)
Race Start June 9, 2023 1:51:03pm UTC
Race Finish June 9, 2023 1:52:02pm UTC
Outcome Win (1 of 2)
Opponents 2. zak389 (36.42 wpm)
Accuracy 95.0%
Points 22.72
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));