stack must be after data when option -Y is not used (default behaviour)
[fw/sdcc] / as / mcs51 / strcmpi.h
1 /* strcmpi.h */
2
3 int as_strcmpi (const char *s1, const char *s2);