💾 Archived View for gemini.rmf-dev.com › repo › Vaati › mz › files › e21706f892779695c724400c0c51a1b… captured on 2023-07-22 at 16:58:16. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-03-20)

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

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

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

2