(sidd_)

Race #63

View Pit Stop page for race #63 by sidd_Ghost race

View profile for (sidd_)

Official speed 110.87 wpm (27.71 seconds elapsed during race)
Race Start January 27, 2019 11:22:11pm UTC
Race Finish January 27, 2019 11:22:39pm UTC
Outcome Win (1 of 5)
Opponents 2. delirious (67.29 wpm)
3. styrofoam (57.28 wpm)
4. poem (55.94 wpm)
5. hellothen (51.44 wpm)
Accuracy 100.0%
Points 48.04
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));