beachturkey (beachtukrey)

Race #16

View Pit Stop page for race #16 by beachtukreyGhost race

View profile for beachturkey (beachtukrey)

Official speed 62.47 wpm (49.18 seconds elapsed during race)
Race Start June 27, 2023 1:46:22pm UTC
Race Finish June 27, 2023 1:47:11pm UTC
Outcome No win (2 of 2)
Opponents 1. ghoudiy (62.72 wpm)
Accuracy 94.0%
Points 27.07
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));