view dmd2/root/gnuc.h @ 1460:a1666b613c15

* Fix some gcc warnings in the D2 frontend code. * Remove binaries from `dmd2/`
author Frits van Bommel <fvbommel wxs.nl>
date Tue, 02 Jun 2009 19:18:48 +0200
parents 638d16625da2
children
line wrap: on
line source


#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