Daniel (dsat)

Race #16

View Pit Stop page for race #16 by dsatGhost race

View profile for Daniel (dsat)

Official speed 62.14 wpm (49.44 seconds elapsed during race)
Race Start September 22, 2015 10:11:07pm UTC
Race Finish September 22, 2015 10:11:57pm UTC
Outcome Win (1 of 10)
Opponents 2. yarrpirate (43.93 wpm)
3. erh4ua (42.84 wpm)
4. arturojreal (40.71 wpm)
5. oliver84 (38.38 wpm)
6. iceryda4047 (36.17 wpm)
7. gersch (33.88 wpm)
8. richardgomes7d (31.88 wpm)
Accuracy 93.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));