View Pit Stop page for race #7 by andythedinosaur — Ghost race
View profile for Andy (andythedinosaur)
| Official speed | 67.78 wpm (45.32 seconds elapsed during race) |
|---|---|
| Race Start | April 10, 2017 3:15:16am UTC |
| Race Finish | April 10, 2017 3:16:01am UTC |
| Outcome | Win (1 of 5) |
| Opponents |
2. akk12 (57.03 wpm) 3. squirrelbrained (50.32 wpm) 4. sollight (45.35 wpm) |
| Accuracy | 95.0% |
| Points | 0.00 |
| 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)); |