libwallaby  v23
The wallaby standard library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
compat.hpp File Reference

Go to the source code of this file.

Namespaces

 compat
 

Macros

#define PRETTYFUNC   __PRETTY_FUNCTION__
 
#define INITIALIZER(f)
 

Functions

int compat::yield ()
 
int compat::microsleep (unsigned long microseconds)
 

Macro Definition Documentation

#define INITIALIZER (   f)
Value:
static void f(void) __attribute__((constructor)); \
static void f(void)
#define PRETTYFUNC   __PRETTY_FUNCTION__