bug-gnulib
[Top][All Lists]
Advanced

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

[Bug-gnulib] addition: strcase.h


From: Bruno Haible
Subject: [Bug-gnulib] addition: strcase.h
Date: Mon, 4 Nov 2002 15:04:44 +0100 (CET)

Ideally every function defined in a .c file should be declared in a .h
file. (To reduce surprises when you upgrade a file from gnulib and a
function's signature has changed, but your declaration in system.h has
not changed...)

Here's a beginning: I'll add strcase.h which declares strcasecmp() and
strncasecmp().

In order to use it, you remove the corresponding declarations from
your system.h and instead #include "strcase.h".

OK to commit?

Bruno




reply via email to

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