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