repo.or.cz
/
gnucap-felix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
check prequeueing in sock
[gnucap-felix.git]
/
tests
/
bogus.cc
blob
80cb848de63d80affb4822b15206c18703c08c1b
1
// do nothing but define bogus version
2
3
static const unsigned
iv
=
42
;
4
static const char
*
in
=
"bogus///"
;
5
extern
"C"
{
6
const unsigned
interface_version
(){
return
iv
;}
7
const char
*
interface_name
(){
return
in
;}
8
};
9
10
static const int
aaaaa
=
5
;