Stop using TRUE and FALSE for exit status.
This commit is contained in:
@ -107,7 +107,7 @@ just_echo:
|
||||
putchar('\n');
|
||||
fflush(stdout);
|
||||
|
||||
return 0;
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
/*-
|
||||
|
Reference in New Issue
Block a user