about summary refs log tree commit diff
path: root/ste.h
diff options
context:
space:
mode:
Diffstat (limited to 'ste.h')
-rw-r--r--ste.h4
1 files changed, 4 insertions, 0 deletions
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, ...);