This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
c
/
odin-lang.Odin
同期ミラー
https://github.com/odin-lang/Odin
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
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"