symbolsnumbers (programmerpractice)

Race #14

View Pit Stop page for race #14 by programmerpracticeGhost race

View profile for symbolsnumbers (programmerpractice)

Official speed 32.15 wpm (95.55 seconds elapsed during race)
Race Start June 1, 2023 4:59:25am UTC
Race Finish June 1, 2023 5:01:00am UTC
Outcome Win (1 of 2)
Opponents 2. sleepinbliss (31.99 wpm)
Accuracy 90.0%
Points 13.93
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));