File I/O

Opening and closing FILE * streams:

FILE *fopen(char *path, char *mode)

int fclose(FILE *f)

Index