View Pit Stop page for race #7 by delirious — Ghost race
Official speed | 67.79 wpm (45.32 seconds elapsed during race) |
---|---|
Race Start | January 27, 2019 10:41:57pm UTC |
Race Finish | January 27, 2019 10:42:43pm UTC |
Outcome | No win (3 of 4) |
Opponents |
1. sidd_ (112.17 wpm) 2. styrofoam (67.89 wpm) 4. poem (53.02 wpm) |
Accuracy | 97.0% |
Points | 29.38 |
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)); |