Stefan (zamfigod)

Race #214

View Pit Stop page for race #214 by zamfigodGhost race

View profile for Stefan (zamfigod)

Official speed 46.16 wpm (66.55 seconds elapsed during race)
Race Start June 13, 2023 10:27:52am UTC
Race Finish June 13, 2023 10:28:59am UTC
Outcome Win (1 of 3)
Opponents 3. choiriliusman (41.45 wpm)
Accuracy 95.0%
Points 20.00
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));