#if (!defined(AStatic))
#define AStatic static
#endif
#if (!defined(AInlineStatic))
#define AInlineStatic inline static
#endif
#define AClass(nam) typedef struct nam ## _ nam; struct nam ## _
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <stdint.h>
#include <math.h>
#include <time.h>
#include <stddef.h>
#include "aErrxit.c"