diff options
Diffstat (limited to 'pk.h.in')
| -rw-r--r-- | pk.h.in | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -0,0 +1,35 @@ +// 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: +* +******************************************************************************/ + +#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 +#endif |
