summaryrefslogtreecommitdiff
path: root/pk.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'pk.h.in')
-rw-r--r--pk.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/pk.h.in b/pk.h.in
index 0ca132b..ef61ecd 100644
--- a/pk.h.in
+++ b/pk.h.in
@@ -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