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