💾 Archived View for gemini.rmf-dev.com › repo › Vaati › tuimarket › files › e21706f892779695c724400c… captured on 2023-04-26 at 13:29:45. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

0 size_t strlcpy(char *dst, const char *src, size_t dsize);

1 #define sstrcpy(X, Y) strlcpy(X, Y, sizeof(X))

2