mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 10:53:14 +01:00
9 lines
141 B
C
9 lines
141 B
C
|
|
#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
|