This website works better with JavaScript.
Home
Explore
Help
Sign In
piumarta
/
subc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
move system include files to subdir
master
Ian Piumarta
3 months ago
parent
ddf85ac562
commit
102ad64330
6 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
assert.h
+1
-0
include/assert.h
+1
-1
include/stdio.h
+0
-1
stdio.h
+0
-0
stdlib.h
+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
Write
Preview
Loading…
Cancel
Save