This website works better with JavaScript.
首頁
探索
說明
登入
piumarta
/
subc
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
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…
取消
儲存