index
:
project-spc
loek/audio
loek/cleanup
loek/collision-system
loek/config
loek/savemgr
loek/scripts
loek/tests
loek/util
loek/wrap
master
poc/audio-miniaudio
poc/audio-soloud
poc/profiling
24-25 b13 spc: minor project engine
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mwe
/
dynlink
/
lib
/
lib.c
blob: 930e40383b9dd56cf88c3ac5d2b7f01136a580f9 (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
void
library_function
()
{
printf
(
"%s
\n
"
,
__PRETTY_FUNCTION__
);
}