maruf (maruf1010)

Race #13

View Pit Stop page for race #13 by maruf1010Ghost race

View profile for maruf (maruf1010)

Official speed 30.51 wpm (100.69 seconds elapsed during race)
Race Start April 6, 2018 9:39:50am UTC
Race Finish April 6, 2018 9:41:30am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 13.22
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));