diff options
Diffstat (limited to 'pk.h.in')
| -rw-r--r-- | pk.h.in | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -28,6 +28,7 @@ * # define PK_IMPL_STR * # define PK_IMPL_EV * # define PK_IMPL_ARR +* # define PK_IMPL_STN * #include "pk.h" * ``` * @@ -163,6 +164,12 @@ * d[0] = ...; * ``` * +******************************************************************************** +* pkstn.h: def PK_IMPL_STN before including pk.h to enable ad-hoc. +* +* Provides a thorough interface for interacting with the `stoi` family of +* procedures. +* *******************************************************************************/ #define PK_VERSION "@@PK_VERSION@@" @@ -183,4 +190,7 @@ # ifndef PK_IMPL_ARR # define PK_IMPL_ARR # endif +# ifndef PK_IMPL_STN +# define PK_IMPL_STN +# endif #endif |
