This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
c
/
odin-lang.Odin
peilaus alkaen
https://github.com/odin-lang/Odin
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
Disable the os-specific code in `libc` so that non-OS specific platforms still work with it
gingerBill
8 kuukautta sitten
vanhempi
049359cae4
commit
6383fddb59
1 muutettua tiedostoa
jossa
1 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
1
0
vendor/libc/stdio.odin
+ 1
- 0
vendor/libc/stdio.odin
Näytä tiedosto
@@ -1,3 +1,4 @@
+#+build !freestanding
package odin_libc
import "core:c"