Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
yocto
/
rtos_sdk
/
libc
/
refs/heads/odroidc5-v2023.01
/
.
/
aml
/
aml_islower.h
blob: 88a201f02ac1b0866428960748570d228439700b [
file
] [
log
] [
blame
] [
edit
]
/*
* Copyright (c) 2021-2022 Amlogic, Inc. All rights reserved.
*
* SPDX-License-Identifier: MIT
*/
#ifndef
__AML_ISLOWER_H__
#define
__AML_ISLOWER_H__
#ifdef
__cplusplus
extern
"C"
{
#endif
int
islower
(
int
c
);
#ifdef
__cplusplus
}
#endif
#endif