Userzin (userzin)

Race #52

View Pit Stop page for race #52 by userzinGhost race

View profile for Userzin (userzin)

Official speed 54.46 wpm (57.73 seconds elapsed during race)
Race Start November 30, 2021 7:57:54pm UTC
Race Finish November 30, 2021 7:58:52pm UTC
Outcome No win (2 of 2)
Opponents 1. arnoldchewbacca (57.46 wpm)
Accuracy 96.0%
Points 23.60
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));