Files
ldc/dmd/gnuc.h
2007-09-01 21:43:27 +02: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