Race Updates Discord About Merch
Home Profile History Competitions Texts Upgrade

typeracer

Pit Stop
Racer Pedro (pedro_serrudo)
Race Number 33
Date Fri, 30 May 2025 1:26:27
Universe code
Speed 23 WPM Try to beat?
Accuracy 94.7%
Rank 10th 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) maria_ortega10 (2nd 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: