forked from menault/TD3_DEV51_Qualite_Algo
Compare commits
2 Commits
919959dc39
...
dbcbaa124e
| Author | SHA1 | Date | |
|---|---|---|---|
| dbcbaa124e | |||
|
|
12d9bffc99 |
10
getfuncs.c
10
getfuncs.c
@@ -66,15 +66,15 @@ int fetchWord(char* fullword, int file_length){
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
int main(void){
|
int main(void){
|
||||||
int flength;
|
int flength;
|
||||||
char fullword[128];
|
char fullWord[128];
|
||||||
|
|
||||||
flength = getFileLength();
|
flength = getFileLength();
|
||||||
if(fetchWord(fullword, flength)!=-1){
|
if(fetchWord(fullWord, flength)!=-1){
|
||||||
printf("%s", fullword);
|
printf("%s", fullWord);
|
||||||
}
|
}
|
||||||
|
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}*/
|
}
|
||||||
Reference in New Issue
Block a user