View Pit Stop page for race #3 by stedno — Ghost race
View profile for ᗜ Plover Steno (stedno)
Official speed | 41.63 wpm (73.79 seconds elapsed during race) |
---|---|
Race Start | April 26, 2016 5:15:48pm UTC |
Race Finish | April 26, 2016 5:17:02pm UTC |
Outcome | No win (2 of 2) |
Opponents |
1. germanika (47.60 wpm) |
Accuracy | 86.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)); |