forked from menault/TD3_DEV51_Qualite_Algo
add src
This commit is contained in:
7
src/getfuncs.h
Normal file
7
src/getfuncs.h
Normal 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
|
||||
Reference in New Issue
Block a user