#include <stdio.h>
Go to the source code of this file.
Definition at line 50 of file lib.h.
 
 
◆ getReg0()
Definition at line 9 of file lib.h.
    9{ 
static const Reg r(0); 
return r; }
 
 
 
 
◆ getReg1()
Definition at line 10 of file lib.h.
   10{ 
static const Reg r(1); 
return r; }
 
 
 
 
◆ getReg2()
Definition at line 11 of file lib.h.
   11{ 
static const Reg r(2); 
return r; }
 
 
 
 
◆ init()
Definition at line 3 of file lib_test.cpp.
    4{
    5    static bool init = 
true;
 
   11}
LOGGING_API void printf(Category category, const char *format,...)
 
 
 
 
◆ putReg()
Definition at line 17 of file lib.h.
   18{
   19    puts("putReg");
   23}