From 75ea20675d012e692996bc6beae9149b0deb08b0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 5 Nov 2021 18:52:11 +0100 Subject: initial commit --- ste.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ste.h (limited to 'ste.h') diff --git a/ste.h b/ste.h new file mode 100644 index 0000000..b2ff64e --- /dev/null +++ b/ste.h @@ -0,0 +1,4 @@ +char *stecpy(char *dst, char *end, const char *src); +char *stecpe(char *dst, char *end, const char *src, const char *srcend); +char *stechr(const char *src, const char *end, int c); +char *steprn(char *dst, char *end, const char *fmt, ...); -- cgit 1.4.1