This website works better with JavaScript
Home
Explore
Help
Sign In
c
/
odin-lang.Odin
mirror of
https://github.com/odin-lang/Odin
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Disable the os-specific code in `libc` so that non-OS specific platforms still work with it
gingerBill
8 months ago
parent
049359cae4
commit
6383fddb59
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
vendor/libc/stdio.odin
+ 1
- 0
vendor/libc/stdio.odin
View File
@@ -1,3 +1,4 @@
+#+build !freestanding
package odin_libc
import "core:c"