UNGETC |
Relecture d'un caractère |
---|---|
GNU C | stdio.h |
Syntaxe
int ungetc(int c, FILE *stream); |
Description
Cette fonction effectue la réécriture d'un caractère dans un fichier ayant été lu.
Dernière mise à jour : Mardi, le 19 Mai 2020
UNGETC |
Relecture d'un caractère |
---|---|
GNU C | stdio.h |
int ungetc(int c, FILE *stream); |
Cette fonction effectue la réécriture d'un caractère dans un fichier ayant été lu.