#ifndef TYPES_H #define TYPES_H struct APLWC { APLWCFunctions *fns; void *aux; void *base; void *ws; size_t ws_size; }; #endif /* TYPES_H */