Race Result Details |
Racer | Erick_Vargas (erick_vargas) |
Race Number | 61 |
Date | Sun, 8 Jun 2025 0:46:49 |
Universe | code |
Speed |
29 WPM
![]() |
Accuracy | 92.5% |
Rank | 2nd place (out of 10) |
Opponents | maria_ortega10 (1st place) samiraarancibia123426 (3rd place) sharick_chungara (6th place) tocsky (5th place) yarot123 (4th 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)
|