This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
c
/
odin-lang.Odin
kopia lustrzana
https://github.com/odin-lang/Odin
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
Disable the os-specific code in `libc` so that non-OS specific platforms still work with it
gingerBill
8 miesięcy temu
rodzic
049359cae4
commit
6383fddb59
1 zmienionych plików
z
1 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
1
0
vendor/libc/stdio.odin
+ 1
- 0
vendor/libc/stdio.odin
Wyświetl plik
@@ -1,3 +1,4 @@
+#+build !freestanding
package odin_libc
import "core:c"