Immanuel Darren Darmawan (nightfury_rrz)

Race #3

View Pit Stop page for race #3 by nightfury_rrzGhost race

View profile for Immanuel Darren Darmawan (nightfury_rrz)

Official speed 33.01 wpm (93.06 seconds elapsed during race)
Race Start June 21, 2023 1:31:49pm UTC
Race Finish June 21, 2023 1:33:22pm UTC
Outcome Win (1 of 2)
Accuracy 95.0%
Points 14.30
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));