Wire Sysio
Wire Sysion 1.0.0
Loading...
Searching...
No Matches
lib_test.cpp
Go to the documentation of this file.
1
#include "
lib.h
"
2
3
void
init
()
4
{
5
static
bool
init
=
true
;
6
printf(
"in lib_test %d\n"
,
init
);
7
if
(!
init
)
return
;
8
init
=
false
;
9
X::a
.
put
();
10
putReg
();
11
}
12
13
lib.h
putReg
void putReg()
Definition
lib.h:17
init
void init()
Definition
lib_test.cpp:3
A::put
void put() const
Definition
lib.h:36
XT::a
static A a
Definition
lib.h:44
libraries
fc
libraries
ff
depends
xbyak
test
lib_test.cpp
Generated by
1.12.0