blob: f703e7b28c75ba5d85a6035a88261865882b597a [file] [log] [blame] [edit]
/*
* Copyright (c) 2021-2022 Amlogic, Inc. All rights reserved.
*
* SPDX-License-Identifier: MIT
*/
#ifndef __AML_STRCASECMP_H__
#define __AML_STRCASECMP_H__
#ifdef __cplusplus
extern "C" {
#endif
int strcasecmp(const char *s1, const char *s2);
#ifdef __cplusplus
}
#endif
#endif