Race Result Details |
Racer | cozy (nekozy) |
Race Number | 26 |
Date | Wed, 6 Dec 2023 21:45:15 |
Universe | code |
Speed |
61 WPM
![]() |
Accuracy | 98.2% |
Rank | 1st place (out of 2) |
Opponents | gamamer (2nd place) |
Text typed:
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));
—
Linux Kernel (fsm.c)
|