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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ste.h b/ste.h
index ed8fc53..32f2f8f 100644
--- a/ste.h
+++ b/ste.h
@@ -3,3 +3,4 @@ char *steccpy(char *dst, char *end, const char *src, int c);
 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, ...);
+char *steprl(char *dst, char *end, long n);