ソースを参照

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 ファイルの表示


読み込み中…
キャンセル
保存