Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer alexbeltrantarqui (alexbeltrantarqui)
Race Number 95
Date Fri, 30 May 2025 1:25:58
Universe code
Speed 29 WPM Try to beat?
Accuracy 93.8%
Rank 3rd place (out of 18)
Opponents alex_ramos (7th place) ariane_salazar (5th place) erick_vargas (4th place) jas_el (1st 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)