Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
lib_test.cpp File Reference
#include "lib.h"
Include dependency graph for lib_test.cpp:

Go to the source code of this file.

Functions

void init ()
 

Function Documentation

◆ init()

void init ( )

Definition at line 3 of file lib_test.cpp.

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}
void putReg()
Definition lib.h:17
void init()
Definition lib_test.cpp:3
LOGGING_API void printf(Category category, const char *format,...)
Definition Logging.cpp:30
void put() const
Definition lib.h:36
static A a
Definition lib.h:44
Here is the call graph for this function:
Here is the caller graph for this function: