Преглед изворни кода

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

+ 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 *, ...);



Loading…
Откажи
Сачувај