#ifndef DEFS_H #define DEFS_H #include #include #include "types.h" #define WS_START_SIZE (64*1024) #define WS_ALIGNMENT 64 #define APLWC_ALIGNMENT alignof(APLWC) #endif /* DEFS_H */