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