Explorar el Código

move system include files to subdir

master
Ian Piumarta hace 3 meses
padre
commit
102ad64330
Se han modificado 6 ficheros con 2 adiciones y 2 borrados
  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 Ver fichero


+ 1
- 0
include/assert.h Ver fichero

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

+ 1
- 1
include/stdio.h Ver fichero

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

+ 0
- 1
stdio.h Ver fichero

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

+ 0
- 0
stdlib.h Ver fichero


+ 0
- 0
string.h Ver fichero


Cargando…
Cancelar
Guardar