diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-06-09 12:12:30 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-06-09 12:12:30 +0200 |
commit | 122f8fa9e5f8dc8a7bc431957b48363179853824 (patch) | |
tree | a1cda2a6bee951059870f9c91968ad0303038038 /cbits |
Initial
Diffstat (limited to 'cbits')
-rw-r--r-- | cbits/arith.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cbits/arith.c b/cbits/arith.c new file mode 100644 index 0000000..f1faa51 --- /dev/null +++ b/cbits/arith.c @@ -0,0 +1 @@ +void some_c_function(void) {} |