summaryrefslogtreecommitdiff
path: root/lib/test.c
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2024-10-06 11:25:49 +0300
committerJoel Stålnacke <joel@saker.fi>2024-10-06 11:25:49 +0300
commit11e09f477480531487cd12b5c107ac1d8352a7a5 (patch)
tree19ce8424608fa9dd617208d8ed60da7a2a2b4287 /lib/test.c
Initial commit
Diffstat (limited to 'lib/test.c')
-rw-r--r--lib/test.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/test.c b/lib/test.c
new file mode 100644
index 0000000..78a0d02
--- /dev/null
+++ b/lib/test.c
@@ -0,0 +1,9 @@
+#include <stdio.h>
+
+#include "types.h"
+
+void
+dp_hello_world()
+{
+ printf("Hello World\n");
+}