mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-08 03:46:02 +03:00
8 lines
141 B
C
8 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
|