view dmd2/root/gnuc.h @ 1575:299a6b634178

This flush is not needed anymore.
author Benjamin Kramer <benny.kra@gmail.com>
date Tue, 25 Aug 2009 21:21:37 +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