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
/
BuildDepends
/
Project
/
zot.cxx
blob
775fd3b438370cfc1442959660752d3bda15ce68
1
#include <zot.hxx>
2
#include <zot_custom.hxx>
3
#include <stdio.h>
4
5
const char
*
zot_macro_dir_f
();
6
const char
*
zot_macro_tgt_f
();
7
8
int
main
()
9
{
10
printf
(
"[%s] [%s] [%s] [%s]
\n
"
,
zot
,
zot_custom
,
11
zot_macro_dir_f
(),
zot_macro_tgt_f
());
12
fflush
(
stdout
);
13
return
0
;
14
}