tests: Portability fixes, replaced 0/1/-1 return codes with macros
This commit is contained in:
@@ -10,5 +10,5 @@ int main(void) {
|
||||
char *in = malloc(30);
|
||||
printf("%s\n", fgets(in, 30, f));
|
||||
printf("Hello\n");
|
||||
return 0;
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user