working on a new tool

This commit is contained in:
phyto
2019-07-16 00:19:59 +02:00
parent ecf952d881
commit bcf57f8764
4 changed files with 82 additions and 9 deletions

View File

@@ -85,7 +85,9 @@ if (argc == 1) {
}
foo = various_numbers_from_file(argv[optind], 0);
if (foo) {
fprintf(stderr, "got a %d ?\n", foo);
}
return 0;
}
/* --------------------------------------------------------------------- */