Utilisation typique

#include <stdio.h>
#define LONG ...
char ligne[LONG];
FILE *fo;

fputs(ligne,fo);



Matthieu Moy 2017-02-08