// vim: tw=80 /****************************************************************************** * PK Single-Header-Library V@@PK_VERSION@@ * * Author: Jonathan Bradley * Copyright: © 2024-@@YEAR@@ Jonathan Bradley * Description: * ******************************************************************************* * pkmacros.h: * ******************************************************************************* * pkmem-types.h: * ******************************************************************************* * pkmem.h: * ******************************************************************************* * pkstr.h: * ******************************************************************************* * pkev.h: * ******************************************************************************/ #define PK_VERSION "@@PK_VERSION@@" #ifdef PK_IMPL_ALL # ifndef PK_IMPL_MEM_TYPES # define PK_IMPL_MEM_TYPES # endif # ifndef PK_IMPL_MEM # define PK_IMPL_MEM # endif # ifndef PK_IMPL_STR # define PK_IMPL_STR # endif # ifndef PK_IMPL_EV # define PK_IMPL_EV # endif #endif