r (deroche1)

Race #38

View Pit Stop page for race #38 by deroche1Ghost race

View profile for r (deroche1)

Official speed 99.92 wpm (30.74 seconds elapsed during race)
Race Start February 14, 2019 4:04:17am UTC
Race Finish February 14, 2019 4:04:48am UTC
Outcome Win (1 of 2)
Opponents 2. poem (55.53 wpm)
Accuracy 98.0%
Points 43.30
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));