aboutsummaryrefslogtreecommitdiffstats
path: root/c/true.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/true.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/true.c b/c/true.c
new file mode 100644
index 0000000..4cf437e
--- /dev/null
+++ b/c/true.c
@@ -0,0 +1,2 @@
+#include "gbos.h"
+void main(void) { sexit(0); }