View Pit Stop page for race #6 by sollight — Ghost race
View profile for Alvin (sollight)
| Official speed | 45.35 wpm (67.74 seconds elapsed during race) |
|---|---|
| Race Start | April 10, 2017 3:15:16am UTC |
| Race Finish | April 10, 2017 3:16:24am UTC |
| Outcome | No win (4 of 5) |
| Opponents |
1. andythedinosaur (67.78 wpm) 2. akk12 (57.03 wpm) 3. squirrelbrained (50.32 wpm) |
| Accuracy | 90.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)); |