root/branches/dmdfe/gnuc.h

Revision 360, 141 bytes (checked in by Gregor, 2 years ago)

Initial import.

Line 
1 #ifndef _GNUC_H
2 #define _GNUC_H 1
3
4 int memicmp(const char *s1, const char *s2, int n);
5 int stricmp(const char *s1, const char *s2);
6
7 #endif
Note: See TracBrowser for help on using the browser.