libwallaby  v24
The wallaby standard library
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__