A turning point for GNU libc
Posted Mar 28, 2012 16:25 UTC (Wed) by
JoeBuck (subscriber, #2330)
In reply to:
A turning point for GNU libc by cmorgan
Parent article:
A turning point for GNU libc
If you want to use strlcpy/strlcat, you already can; you just have to link with a different library (libbsd). If your project standards forbid strncat, #define it to DONT_USE_strncat_YOU_IDIOT in some widely-included header.
(
Log in to post comments)