From 97a9b70bc2f779b9267d02c255628fd7895a53b3 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 10 Dec 2024 15:45:38 -0500 Subject: pkstn: first-pass --- pk.h.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'pk.h.in') 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 -- cgit v1.2.3