This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
c
/
odin-lang.Odin
mirrorاز
https://github.com/odin-lang/Odin
دنبال کردن
2
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
ویکی
فهرست منبع
Disable the os-specific code in `libc` so that non-OS specific platforms still work with it
gingerBill
8 ماه پیش
والد
049359cae4
کامیت
6383fddb59
1فایلهای تغییر یافته
به همراه
1 افزوده شده
و
0 حذف شده
مشاهده تقسیم شده
نمایش آمار تفاوت ها
1
0
vendor/libc/stdio.odin
+ 1
- 0
vendor/libc/stdio.odin
مشاهده فایل
@@ -1,3 +1,4 @@
+#+build !freestanding
package odin_libc
import "core:c"