reactor-uc 0.1
Loading...
Searching...
No Matches
platform.h File Reference
#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

PlatformPlatform_new (void)
 
void Platform_ctor (Platform *self)
 
void Platform_vprintf (const char *fmt, va_list args)
 

Typedef Documentation

◆ Platform

typedef struct Platform Platform

Function Documentation

◆ Platform_ctor()

void Platform_ctor ( Platform * self)

◆ Platform_new()

Platform * Platform_new ( void )

◆ Platform_vprintf()

void Platform_vprintf ( const char * fmt,
va_list args )