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

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( void )

Definition at line 3 of file lib_run.cpp.

4{
5 puts("main");
6 X::a.put();
7 putReg();
8}
void putReg()
Definition lib.h:17
void put() const
Definition lib.h:36
static A a
Definition lib.h:44
Here is the call graph for this function: