#include <stdbool.h>
#include <oslib/os.h>

bool before_wimp = true;

const os_error EMALLOC  = { 1, "Can't allocate memory!" };
