view dmd2/root/gnuc.h @ 1589:27948fd2e7ef

Fix bug in nested13 minitest. Void functions may no longer return non-void expressions.
author Christian Kamm <kamm incasoftware de>
date Sat, 07 Nov 2009 11:01:49 +0100
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