C/C++: Lire un fichier avec ‘fscanf()’

Author:
C/C++: Lire un fichier avec 'fscanf()'
/*
#include 
int fscanf ( FILE * restrict fichier , const char * restrict format , ... );
*