(mylove4u)

Race #171

View Pit Stop page for race #171 by mylove4uGhost race

View profile for (mylove4u)

Official speed 59.77 wpm (51.40 seconds elapsed during race)
Race Start March 26, 2015 6:54:24am UTC
Race Finish March 26, 2015 6:55:15am UTC
Outcome Win (1 of 2)
Opponents 2. kiawa88 (25.52 wpm)
Accuracy 94.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));