index
:
gl4java.git
jausoft
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CNativeCode
/
mac_nop_main.c
blob: 011711a2a176619b6f06b5b2655291c1c783de5a (
plain
)
1
#include <stdio.h> int main() { printf(
"GL4Java-Main NOP called (DLL)!"
); return 0; }