Browse Source

move system include files to subdir

master
Ian Piumarta 3 months ago
parent
commit
102ad64330
6 changed files with 2 additions and 2 deletions
  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 View File


+ 1
- 0
include/assert.h View File

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

+ 1
- 1
include/stdio.h View File

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

+ 0
- 1
stdio.h View File

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

+ 0
- 0
stdlib.h View File


+ 0
- 0
string.h View File


Loading…
Cancel
Save