aboutsummaryrefslogtreecommitdiff
path: root/src/true.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/true.c')
-rw-r--r--src/true.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/true.c b/src/true.c
new file mode 100644
index 0000000..d7d4dfb
--- /dev/null
+++ b/src/true.c
@@ -0,0 +1,5 @@
+int true_main(int argc, char *argv[]) {
+ (void) argc;
+ (void) argv;
+ return 0;
+}