(sidd_)

Race #39

View Pit Stop page for race #39 by sidd_Ghost race

View profile for (sidd_)

Official speed 112.17 wpm (27.39 seconds elapsed during race)
Race Start January 27, 2019 10:41:57pm UTC
Race Finish January 27, 2019 10:42:25pm UTC
Outcome Win (1 of 4)
Opponents 2. styrofoam (67.89 wpm)
3. delirious (67.79 wpm)
4. poem (53.02 wpm)
Accuracy 98.0%
Points 48.61
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));