2018-10-10 02:42:52 +03:00
|
|
|
#pragma once
|
|
|
|
|
2018-10-12 05:15:40 +03:00
|
|
|
#include <_cheader.h>
|
2018-10-10 02:42:52 +03:00
|
|
|
#include <stdlib.h>
|
|
|
|
|
2018-10-12 05:15:40 +03:00
|
|
|
_Begin_C_Header
|
2018-10-10 02:42:52 +03:00
|
|
|
extern int strcasecmp(const char *s1, const char *s2);
|
|
|
|
extern int strncasecmp(const char *s1, const char *s2, size_t n);
|
2018-10-12 05:15:40 +03:00
|
|
|
_End_C_Header
|
2018-10-10 02:42:52 +03:00
|
|
|
|