repo.or.cz
/
CMakeLuaTailorHgBridge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Resync
[CMakeLuaTailorHgBridge.git]
/
CMakeLua
/
Tests
/
CPackComponents
/
mylib.cpp
blob
8ddac198c1e1d9e7679c36f2579c6dcffa752bee
1
#include
"mylib.h"
2
#include
"stdio.h"
3
4
void
mylib_function
()
5
{
6
printf
(
"This is mylib"
);
7
}