From 5a11f2675177074db05965e366196166943ed725 Mon Sep 17 00:00:00 2001 From: Alejandro Sior Date: Sun, 7 Aug 2022 11:53:38 +0200 Subject: cook: add a basic C modules system --- test/hai.c | 1 - 1 file changed, 1 deletion(-) (limited to 'test/hai.c') 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 -__declspec(dllexport) void hai() { printf("lol\n"); } \ No newline at end of file -- cgit v1.2.3