Race Result Details |
Racer | Sharick_Chungara (sharick_chungara) |
Race Number | 68 |
Date | Sun, 8 Jun 2025 0:47:10 |
Universe | code |
Speed |
24 WPM
![]() |
Accuracy | 89.2% |
Rank | 6th place (out of 10) |
Opponents | erick_vargas (2nd place) maria_ortega10 (1st place) samiraarancibia123426 (3rd 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)
|