Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 290878
Collapse All | Expand All

(-)msim-1.3.7/src/parser.c (-1 / +1 lines)
Lines 356-362 static void parse_g_next(const char **s, Link Here
356
 * It is similar to the GNU extension variant.
356
 * It is similar to the GNU extension variant.
357
 *
357
 *
358
 */
358
 */
359
static char *strndup(const char *s, size_t max)
359
char *strndup(const char *s, size_t max)
360
{
360
{
361
	size_t len;
361
	size_t len;
362
	char *r;
362
	char *r;

Return to bug 290878