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