comparison dmd2/root/gnuc.h @ 1452:638d16625da2

LDC 2 compiles again.
author Robert Clipsham <robert@octarineparrot.com>
date Sat, 30 May 2009 17:23:32 +0100
parents
children
comparison
equal deleted inserted replaced
1423:42bd767ec5a4 1452:638d16625da2
1
2 #ifndef _GNUC_H
3 #define _GNUC_H 1
4
5 int memicmp(const char *s1, const char *s2, int n);
6 int stricmp(const char *s1, const char *s2);
7
8 #endif