about summary refs log tree commit diff
path: root/ste.h
blob: ed8fc5304be003d3db5cc368fe218bf5467c31dc (plain) (blame)
1
2
3
4
5
char *stecpy(char *dst, char *end, const char *src);
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, ...);