blob: 7506fe3dcb3f0a887b376284f353a0759aa3ba66 [file] [log] [blame]
xiaohu.huangf3ffd7b2022-11-01 15:14:52 +08001/*
2 * Copyright (c) 2021-2022 Amlogic, Inc. All rights reserved.
3 *
4 * SPDX-License-Identifier: MIT
5 */
6
7#ifndef __AML_ISUPPER_H__
8#define __AML_ISUPPER_H__
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14int isupper(int c);
15
16#ifdef __cplusplus
17}
18#endif
19
20#endif