From: Sorina Pop Date: Tue, 22 Nov 2016 15:50:54 +0000 (+0100) Subject: exit 0 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=demoSorina.git;a=commitdiff_plain;h=e137ed020c935b6e0cd365ef293507771e88abd9 exit 0 --- diff --git a/hello.c b/hello.c index 870d77b..1494454 100644 --- a/hello.c +++ b/hello.c @@ -23,5 +23,6 @@ int main(int argc, char *argv[]) { /* print some text */ fclose(f); printf("This is the end of my C program\n"); + exit(0); }