Commit af2f462f by Richard Kenner

(strcasecmp): New definition.

From-SVN: r8928
parent a146b41d
...@@ -34,6 +34,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -34,6 +34,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define bzero(a,b) memset (a,0,b) #define bzero(a,b) memset (a,0,b)
#define index strchr #define index strchr
#define rindex strrchr #define rindex strrchr
#define strcasecmp stricmp
#define kill(a,b) raise(b) #define kill(a,b) raise(b)
#define mktemp tmpnam #define mktemp tmpnam
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment