summaryrefslogtreecommitdiff
path: root/test/hai.c
diff options
context:
space:
mode:
authorAlejandro Sior <aho@sior.be>2022-08-07 11:53:38 +0200
committerAlejandro Sior <aho@sior.be>2022-08-07 11:53:38 +0200
commit5a11f2675177074db05965e366196166943ed725 (patch)
tree0c36cf32089242863b5257eaf6443b09a76e14f2 /test/hai.c
parent13c7009df18a4c86086bf270d125d23ee9b849e2 (diff)
cook: add a basic C modules system
Diffstat (limited to 'test/hai.c')
-rw-r--r--test/hai.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/hai.c b/test/hai.c
index 263a8de..25c25ae 100644
--- a/test/hai.c
+++ b/test/hai.c
@@ -2,7 +2,6 @@
#include <stdio.h>
-__declspec(dllexport)
void hai() {
printf("lol\n");
} \ No newline at end of file