Files
ldc/dmd2/root/gnuc.h
2009-05-30 17:23:32 +01:00

9 lines
141 B
C

#ifndef _GNUC_H
#define _GNUC_H 1
int memicmp(const char *s1, const char *s2, int n);
int stricmp(const char *s1, const char *s2);
#endif