Race Result Details |
| Racer | bag (bagbagbag) |
| Race Number | 1 |
| Date | Thu, 21 Aug 2025 6:11:03 |
| Universe | code |
| Speed |
31 WPM
Try to beat?
|
| Accuracy | 97.2% |
| Rank | 7th place (out of 10) |
| Opponents | abrahamsamudra (3rd place) cunanuc (1st place) feliciagrap (4th place) realbeve (2nd place) wutsqo (5th 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));
— (software)
by Linux Kernel
(see stats)
|
