Carl (himynameisrohitsingh)

Race #6

View Pit Stop page for race #6 by himynameisrohitsinghGhost race

View profile for Carl (himynameisrohitsingh)

Official speed 41.16 wpm (74.64 seconds elapsed during race)
Race Start March 30, 2019 7:25:53am UTC
Race Finish March 30, 2019 7:27:07am UTC
Outcome No win (2 of 2)
Opponents 1. bladevampirek (54.58 wpm)
Accuracy 92.0%
Points 17.84
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));