X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=hello.c;h=14944549b83950d0a84b9b6d03a019e5b061ca43;hb=e137ed020c935b6e0cd365ef293507771e88abd9;hp=870d77b91cf6cf6d1309291b8a54e668162530c3;hpb=eaf2e7950191474d22c4527b307fcf47988283c4;p=demoSorina.git 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); }