[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gnulib] strncasecmp and AIX
From: |
Karl Berry |
Subject: |
Re: [Bug-gnulib] strncasecmp and AIX |
Date: |
Fri, 26 Mar 2004 11:45:42 -0500 |
And what's the problem with it?
Never mind. That part is not the problem. (The problem was in the
Texinfo code, I was not including <strings.h> since <string.h> was
present. I find it bizarre to always include <strings.h> (as long as
it's present), but I'm crossing my fingers.)
#include "strcase.h"
should work, and for me it does.
Yes, I saw that documentation, but does every single system have exactly
the same declaration of strncasecmp? I would be (pleasantly) surprised.
I always feel much better about such things to use the system
declaration if present. In the past, there have been major headaches
with conflicting declarations of system functions.