This commit is contained in:
2025-10-08 16:11:15 +02:00
parent 6ea2416f9c
commit 728b639857
8 changed files with 373 additions and 0 deletions

7
src/getfuncs.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef GETFUNCS_H
#define GETFUNCS_H
int getFileLength(const char *filename);
int fetchWord(const char *filename, char *fullWord, int file_length);
#endif