浏览代码

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 查看文件


正在加载...
取消
保存