This website requires JavaScript.
Explore
Help
Sign In
kolan
/
dev
Watch
1
Star
0
Fork
You've already forked dev
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
4dfff10806
dev
/
c
/
StShDinLibs
/
static
/
libhello.c
7 lines
100 B
C
Raw
Blame
History
#
include
<stdio.h>
#
include
"libhello.h"
void
hello
(
void
)
{
printf
(
"
Hello, library world.
\n
"
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink