This program demonstrate many of the functions from the library <stdio.h>. These library functions act on text files. There is another category of files know as Binary Files. The program here does not include all library functions acting on text files, but it is a starting place to learn about functions in <stdio.h>. The author hopes to add additional function to this program whenever time allows. Enjoy your text file functions.
Text files and ascii files are the same thing. One byte of data is encoded by an ascii number between 0 and 255 inclusively. In binary files integer numbers are encoded as twos-complement integers and float numbers are encoded by the IEEE754 standard. Ascii files and binary files are significantly different.
Version 1.0 was simply a subset of version 1.1. 1.0 is not posted.
These are available for download.