Diff for /rpl/src/rpl.h between versions 1.1.1.1 and 1.3

version 1.1.1.1, 2010/01/26 15:22:44 version 1.3, 2010/01/29 11:38:15
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.9    RPL/2 (R) version 4.0.10
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2010 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 2673  inline ssize_t write_atomic(struct_proce Line 2673  inline ssize_t write_atomic(struct_proce
 --------------------------------------------------------------------------------  --------------------------------------------------------------------------------
 */  */
   
 int wrapper_instruction_intrinseque(void (*fonction)(),  int asprintf(char **strp, const char *fmt, ...);
         struct_rpl_arguments *rpl_arguments);  
 int transliterated_fprintf(struct_processus *s_etat_processus, file *flux,  int transliterated_fprintf(struct_processus *s_etat_processus, file *flux,
         const char *format, ...);          const char *format, ...);
   int vasprintf(char **strp, const char *fmt, va_list ap);
   int wrapper_instruction_intrinseque(void (*fonction)(),
           struct_rpl_arguments *rpl_arguments);
   
 /*  /*
 --------------------------------------------------------------------------------  --------------------------------------------------------------------------------

Removed from v.1.1.1.1  
changed lines
  Added in v.1.3


CVSweb interface <joel.bertrand@systella.fr>