diff options
| author | Jakob Kaivo <jkk@ung.org> | 2020-10-06 16:50:25 -0400 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2020-10-06 16:50:25 -0400 |
| commit | 2c55c7f99803bbb7fd490ba96bec7a4a24f68fe6 (patch) | |
| tree | 19afbbd22d645f1c1f687461e5d38a0ff87363c8 /true.c | |
| parent | 83d569d4abda4e925581d433c5d8127e29358579 (diff) | |
split true into its own (trivial) repo
Diffstat (limited to 'true.c')
| -rw-r--r-- | true.c | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -17,8 +17,5 @@ * */ -int true_main(int argc, char *argv[]) -{ - (void)argc; (void)argv; - return 0; -} +#define main true_main +#include "true/true.c" |
