0 size_t strlcpy(char *dst, const char *src, size_t dsize);
1 #define sstrcpy(X, Y) strlcpy(X, Y, sizeof(X))
2