[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] [PATCH] compiling error on grolbp with latest CVS
From: |
Keith Thompson |
Subject: |
Re: [Groff] [PATCH] compiling error on grolbp with latest CVS |
Date: |
Fri, 16 Jun 2000 11:20:14 -0700 (PDT) |
> On Sat, Jun 10, 2000 at 08:18:31PM -0700, Keith Thompson wrote:
> > (BTW, strncasecmp is not defined in ISO C; is it POSIX?)
>
> It seems to be POSIX. The O'Reilly book "POSIX Programmer's Guide"
> by D. Lewine states the prototype:
>
> char *strncmp(char *s1, char *s2, size_t n);
That's strncmp, which is defined in both ISO C and POSIX. The function
in question is strncasecmp.
--
Keith Thompson, San Diego Supercomputer Center address@hidden
<http://www.sdsc.edu/~kst/> Office: 858-822-0853 Fax: 858-534-5077
Welcome to the last year of the 20th century.
- The mess of charsets (was Re: [Groff] [PATCH] compiling error on grolbp with latest CVS update), (continued)
Re: [Groff] [PATCH] compiling error on grolbp with latest CVS, Keith Thompson, 2000/06/10
- Re: [Groff] [PATCH] compiling error on grolbp with latest CVS, Werner LEMBERG, 2000/06/12
- Re: [Groff] [PATCH] compiling error on grolbp with latest CVS, Keith Thompson, 2000/06/12
- Re: [Groff] [PATCH] compiling error on grolbp with latest CVS, Werner LEMBERG, 2000/06/12
- Re: [Groff] [PATCH] compiling error on grolbp with latest CVS, Keith Thompson, 2000/06/12
- Re: [Groff] [PATCH] compiling error on grolbp with latest CVS, Keith Thompson, 2000/06/12
- Re: [Groff] [PATCH] compiling error on grolbp with latest CVS, Werner LEMBERG, 2000/06/13
Re: [Groff] [PATCH] compiling error on grolbp with latest CVS, Bernd Warken, 2000/06/16
Re: [Groff] [PATCH] compiling error on grolbp with latest CVS,
Keith Thompson <=