#pragma once /* TODO: preprocess just to define the NULL pointer?! */ #define NULL ( (void *) 0) /* TODO: drawn in by using some functions from the host */ typedef int size_t; /* TODO: drawn in by using some functions from the host */ typedef int wchar_t;