view dmd/root/gnuc.h @ 1579:819b4f961711

fix newline warning
author Moritz Warning <moritzwarning@web.de>
date Wed, 09 Sep 2009 02:03:24 +0200
parents 1853dcd9b944
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