--- rpl/src/rpl.h 2010/01/29 11:38:15 1.3 +++ rpl/src/rpl.h 2010/01/29 16:49:23 1.4 @@ -2673,10 +2673,10 @@ inline ssize_t write_atomic(struct_proce -------------------------------------------------------------------------------- */ -int asprintf(char **strp, const char *fmt, ...); +int alsprintf(unsigned char **strp, const char *fmt, ...); int transliterated_fprintf(struct_processus *s_etat_processus, file *flux, const char *format, ...); -int vasprintf(char **strp, const char *fmt, va_list ap); +int valsprintf(unsigned char **strp, const char *fmt, va_list ap); int wrapper_instruction_intrinseque(void (*fonction)(), struct_rpl_arguments *rpl_arguments);