view dmd2/root/gnuc.h @ 1541:1e7a09548e67

Target.addPassesToEmitFile takes a formatted_raw_ostream now Build fix for LLVM r75670
author Benjamin Kramer <benny.kra@gmail.com>
date Tue, 14 Jul 2009 23:06:31 +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