소스 검색

move system include files to subdir

master
Ian Piumarta 3 달 전
부모
커밋
102ad64330
6개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -0
      assert.h
  2. +1
    -0
      include/assert.h
  3. +1
    -1
      include/stdio.h
  4. +0
    -1
      stdio.h
  5. +0
    -0
      stdlib.h
  6. +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 파일 보기


불러오는 중...
취소
저장