This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
c
/
odin-lang.Odin
spegling av
https://github.com/odin-lang/Odin
Bevaka
2
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Wiki
Bläddra i källkod
Disable the os-specific code in `libc` so that non-OS specific platforms still work with it
gingerBill
8 månader sedan
förälder
049359cae4
incheckning
6383fddb59
1 ändrade filer
med
1 tillägg
och
0 borttagningar
Delad Vy
Visa Diff Statistik
1
0
vendor/libc/stdio.odin
+ 1
- 0
vendor/libc/stdio.odin
Visa fil
@@ -1,3 +1,4 @@
+#+build !freestanding
package odin_libc
import "core:c"