repo.or.cz
/
llpp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
More braces
[llpp.git]
/
version.c
blob
c74483a0ee7cde4c71fe88a288f0b64faf8d8d05
1
#define stringify1(x) #x
2
#define stringify(x) stringify1 (x)
3
const char
llpp_version
[] =
stringify
(
LLPP_VERSION
);