Files
TD3_DEV51_vaisse_kara-mosr/src/getfuncs.h

8 lines
158 B
C
Raw Normal View History

2025-10-08 16:11:15 +02:00
#ifndef GETFUNCS_H
#define GETFUNCS_H
int getFileLength(const char *filename);
int fetchWord(const char *filename, char *fullWord, int file_length);
#endif