* support/regression/ports/mcs51-xstack-auto/spec.mk: added --std-sdcc99 to LIBSDCCFLAGS
[fw/sdcc] / as / hc08 / strcmpi.h
1 /* strcmpi.h */
2
3 int as_strcmpi (const char *s1, const char *s2);