From 12d9bffc99052c7200be0e0842d98e3ce219b649 Mon Sep 17 00:00:00 2001 From: vaisse Date: Wed, 8 Oct 2025 14:29:40 +0200 Subject: [PATCH] c'est bon pour de vrai cette fois-ci, je promets --- getfuncs.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/getfuncs.c b/getfuncs.c index b378556..44392cc 100644 --- a/getfuncs.c +++ b/getfuncs.c @@ -66,15 +66,15 @@ int fetchWord(char* fullword, int file_length){ return 0; } -/* + int main(void){ int flength; - char fullword[128]; + char fullWord[128]; flength = getFileLength(); - if(fetchWord(fullword, flength)!=-1){ - printf("%s", fullword); + if(fetchWord(fullWord, flength)!=-1){ + printf("%s", fullWord); } return EXIT_SUCCESS; -}*/ \ No newline at end of file +} \ No newline at end of file -- 2.51.0