Race Result Details |
Racer | jasel (jas_el) |
Race Number | 18 |
Date | Fri, 30 May 2025 1:25:44 |
Universe | code |
Speed |
34 WPM
![]() |
Accuracy | 92% |
Rank | 1st place (out of 18) |
Opponents | alex_ramos (7th place) alexbeltrantarqui (3rd place) ariane_salazar (5th place) erick_vargas (4th place) liz_mariela_perez (6th place) maria_ortega10 (2nd place) pedro_serrudo (10th place) samiraarancibia123426 (8th place) sharick_chungara (9th 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)
|