This website requires JavaScript.
Explore
Help
Sign In
gwdev
/
Syncboot
Watch
1
Star
0
Fork
0
You've already forked Syncboot
Code
Issues
Pull Requests
Releases
Wiki
Activity
81d4d93c12
Syncboot
/
libc
/
stdio
/
puts.c
5 lines
85 B
C
Raw
Normal View
History
Unescape
Escape
Format files
2019-04-03 21:46:58 +00:00
#
include
<stdio.h>
int
puts
(
const
char
*
string
)
{
return
printf
(
"
%s
\n
"
)
,
string
)
;
First upload. Libc incomplete.
2019-04-01 01:18:48 +00:00
}
Reference in New Issue
Copy Permalink