mobiground/readfile.h
2025-02-21 15:29:37 +02:00

6 lines
88 B
C

#ifndef READFILE_H
#define READFILE_H
char *readFile ( const char *fileName );
#endif