This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
c
/
odin-lang.Odin
mirror of
https://github.com/odin-lang/Odin
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Disable the os-specific code in `libc` so that non-OS specific platforms still work with it
gingerBill
8 tháng trước cách đây
mục cha
049359cae4
commit
6383fddb59
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
vendor/libc/stdio.odin
+ 1
- 0
vendor/libc/stdio.odin
Xem Tập Tin
@@ -1,3 +1,4 @@
+#+build !freestanding
package odin_libc
import "core:c"