Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Maria Betzabe Ortega Soto (maria_ortega10)
Race Number 66
Date Fri, 30 May 2025 1:25:55
Universe code
Speed 30 WPM Try to beat?
Accuracy 91.5%
Rank 2nd place (out of 18)
Opponents alex_ramos (7th place) alexbeltrantarqui (3rd place) ariane_salazar (5th place) erick_vargas (4th place) jas_el (1st place) liz_mariela_perez (6th 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)

Typing Review: