(sidd_)

Race #67

View Pit Stop page for race #67 by sidd_Ghost race

View profile for (sidd_)

Official speed 110.94 wpm (27.69 seconds elapsed during race)
Race Start January 27, 2019 11:27:13pm UTC
Race Finish January 27, 2019 11:27:41pm UTC
Outcome Win (1 of 5)
Opponents 2. delirious (77.26 wpm)
3. styrofoam (66.28 wpm)
4. poem (53.69 wpm)
5. hellothen (51.14 wpm)
Accuracy 99.0%
Points 48.08
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));