Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 213 Bytes

File metadata and controls

11 lines (8 loc) · 213 Bytes

Inverser le contenu d'un fichier en C

Programme en C qui inverse le contenu d'un fichier.

Utilisation

On met du texte dans le fichier : Fichier.txt

Compilation

gcc -o main main.c

Execution

./main