view dmd/root/gnuc.h @ 1639:41145d30acb8

Merge.
author Christian Kamm <kamm incasoftware de>
date Mon, 08 Mar 2010 20:09:18 +0100
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