This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
c
/
odin-lang.Odin
réplica de
https://github.com/odin-lang/Odin
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Disable the os-specific code in `libc` so that non-OS specific platforms still work with it
gingerBill
hai 8 meses
pai
049359cae4
achega
6383fddb59
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
vendor/libc/stdio.odin
+ 1
- 0
vendor/libc/stdio.odin
Ver ficheiro
@@ -1,3 +1,4 @@
+#+build !freestanding
package odin_libc
import "core:c"