Procházet zdrojové kódy

move system include files to subdir

master
Ian Piumarta před 3 měsíci
rodič
revize
102ad64330
6 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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 Zobrazit soubor


+ 1
- 0
include/assert.h Zobrazit soubor

@ -0,0 +1 @@
extern void assert(int condition);

+ 1
- 1
include/stdio.h Zobrazit soubor

@ -1 +1 @@
extern int printf(char *, ...);
extern int printf(char *format, ...);

+ 0
- 1
stdio.h Zobrazit soubor

@ -1 +0,0 @@
extern int printf(char *, ...);

+ 0
- 0
stdlib.h Zobrazit soubor


+ 0
- 0
string.h Zobrazit soubor


Načítá se…
Zrušit
Uložit