bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compilation on SCO


From: Sergey Poznyakoff
Subject: Re: Compilation on SCO
Date: Thu, 14 Feb 2002 10:57:57 +0200

> However, I'm still left with a problem:
> 
> strchrnul                           ../argp/.libs/libargp.al(argp-help.lo)
> strndup                             ../argp/.libs/libargp.al(argp-help.lo)

But the replacements for both functions are provided in lib/ and they
are both mentioned in AC_REPLACE_FUNCS in configure.in. Doesn't
AC_REPLACE_FUNCS work on SCO?

> I can't find a good explanation of what strchrnul is, but it doesn't
> appear to be used enough to get mentioned on google with "strchrnul
> sco" as the search string.

Basically, it does the same job as strchr, except that if it does not find
any occurence of the character in the string, it returns pointer to
the '\0' character, not just NULL.

Regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]