repo.or.cz
/
versaplex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Server.cs never did anything at all.
[versaplex.git]
/
vxodbc
/
linker-test.cc
blob
391b972b4d1148ef6bc504409363e5a6d3d563dc
1
#include <stdio.h>
2
3
int
main
()
4
{
5
printf
(
"If you can see this, your shared library works.
\n
"
);
6
return
0
;
7
}