subroutine outstr(icrlf,texte)
integer icrlf,texte
subroutine wrstrg(icrlf,texte,std)
integer icrlf,texte,std
void c_outstr(icrlf,texte)
int icrlf; char *texte;
void c_wrstrg(icrlf,texte,std)
int icrlf, std; char *texte;
wrstrg, c_wrstrg impriment la chaine de caractères contenue dans texte sur stdout, si std est égal à 1, sur stderr sinon.
Si crlf est nul texte est précédé d'un "newline".