]> git.lizzy.rs Git - stpcpy.git/blob - stpcpy.h
Initial commit
[stpcpy.git] / stpcpy.h
1 #ifndef _STPCPY_H_
2 #define _STPCPY_H_
3
4 char *stpcpy(char *dst, const char *src);
5
6 #endif // _STPCPY_H_