diff options
| author | Alejandro Sior <aho@sior.be> | 2022-08-07 11:53:38 +0200 |
|---|---|---|
| committer | Alejandro Sior <aho@sior.be> | 2022-08-07 11:53:38 +0200 |
| commit | 5a11f2675177074db05965e366196166943ed725 (patch) | |
| tree | 0c36cf32089242863b5257eaf6443b09a76e14f2 /test/hai.c | |
| parent | 13c7009df18a4c86086bf270d125d23ee9b849e2 (diff) | |
cook: add a basic C modules system
Diffstat (limited to 'test/hai.c')
| -rw-r--r-- | test/hai.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ #include <stdio.h> -__declspec(dllexport) void hai() { printf("lol\n"); }
\ No newline at end of file |
