本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
piumarta
/
subc
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
move system include files to subdir
master
Ian Piumarta
3 月之前
父節點
ddf85ac562
當前提交
102ad64330
共有
6 個檔案被更改
,包括
2 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
assert.h
+1
-0
include/assert.h
+1
-1
include/stdio.h
+0
-1
stdio.h
+0
-0
stdlib.h
+0
-0
string.h
+ 0
- 0
assert.h
查看文件
+ 1
- 0
include/assert.h
查看文件
@ -0,0 +1 @@
extern
void
assert
(
int
condition
)
;
+ 1
- 1
include/stdio.h
查看文件
@ -1 +1 @@
extern
int
printf
(
char
*
,
.
.
.
)
;
extern
int
printf
(
char
*
format
,
.
.
.
)
;
+ 0
- 1
stdio.h
查看文件
@ -1 +0,0 @@
extern
int
printf
(
char
*
,
.
.
.
)
;
+ 0
- 0
stdlib.h
查看文件
+ 0
- 0
string.h
查看文件
Write
Preview
Loading…
取消
儲存