#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Include dependency graph for Textfile.cpp:
Functions | |
char * | textFileRead (char *fn) |
int | textFileWrite (char *fn, char *s) |
char* textFileRead | ( | char * | fn | ) |
reading a file
int textFileWrite | ( | char * | fn, | |
char * | s | |||
) |
writing a file