reactor-uc 0.1
|
#include "reactor-uc/error.h"
#include "reactor-uc/tag.h"
#include <stdarg.h>
Go to the source code of this file.
Data Structures | |
struct | Platform |
Typedefs | |
typedef struct Platform | Platform |
Functions | |
Platform * | Platform_new (void) |
void | Platform_ctor (Platform *self) |
void | Platform_vprintf (const char *fmt, va_list args) |
typedef struct Platform Platform |
void Platform_ctor | ( | Platform * | self | ) |
Platform * Platform_new | ( | void | ) |
void Platform_vprintf | ( | const char * | fmt, |
va_list | args ) |