comparison dmd2/gnuc.h @ 758:f04dde6e882c

Added initial D2 support, D2 frontend and changes to codegen to make things compile.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Tue, 11 Nov 2008 01:38:48 +0100
parents
children
comparison
equal deleted inserted replaced
757:2c730d530c98 758:f04dde6e882c
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