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
e745eb0256
dev
/
c
/
GLib_bcb
/
mylib
/
mylib.c
8 lines
96 B
C
Raw
Blame
History
#
include
<stdio.h>
void
//__cdecl
mylib_func
(
void
)
{
puts
(
"
Hello mylib_func ()! ;-)
\n
"
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink