--- rpl/src/rpl.h 2010/01/26 15:22:44 1.1.1.1 +++ rpl/src/rpl.h 2010/01/29 16:49:23 1.4 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.0.9 + RPL/2 (R) version 4.0.10 Copyright (C) 1989-2010 Dr. BERTRAND Joël This file is part of RPL/2. @@ -2673,10 +2673,12 @@ inline ssize_t write_atomic(struct_proce -------------------------------------------------------------------------------- */ -int wrapper_instruction_intrinseque(void (*fonction)(), - struct_rpl_arguments *rpl_arguments); +int alsprintf(unsigned char **strp, const char *fmt, ...); int transliterated_fprintf(struct_processus *s_etat_processus, file *flux, const char *format, ...); +int valsprintf(unsigned char **strp, const char *fmt, va_list ap); +int wrapper_instruction_intrinseque(void (*fonction)(), + struct_rpl_arguments *rpl_arguments); /* --------------------------------------------------------------------------------