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