이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
piumarta
/
subc
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
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
파일 보기
쓰기
미리보기
불러오는 중...
취소
저장