Files
ldc/dmd2/root/gnuc.h
2012-04-05 11:12:22 +04: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