--- rpl/src/analyse.c 2023/08/07 17:42:48 1.119 +++ rpl/src/analyse.c 2023/11/24 09:12:57 1.120 @@ -807,6 +807,7 @@ initialisation_instructions(struct_proce //INSTRUCTION("BESTFIT") //Instruction HP48 (choisit le meilleur modèle de régression) INSTRUCTION("CLRFUSE", instruction_clrfuse); + INSTRUCTION("CLRSOCK", instruction_clrsock); INSTRUCTION("CONVERT", instruction_convert); INSTRUCTION("CRSMPHR", instruction_crsmphr); INSTRUCTION("CURRENC", instruction_currenc);