yang.li | b06e0a8 | 2022-01-10 17:35:09 +0800 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2021-2022 Amlogic, Inc. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: MIT | ||||
5 | */ | ||||
6 | |||||
Xiaohu.Huang | 448314d | 2021-12-31 17:12:48 +0800 | [diff] [blame] | 7 | #ifndef __AML_SCANF_H__ |
8 | #define __AML_SCANF_H__ | ||||
9 | |||||
10 | #ifdef __cplusplus | ||||
11 | extern "C" { | ||||
12 | #endif | ||||
13 | |||||
14 | int scanf(const char *format, ...); | ||||
15 | |||||
16 | #ifdef __cplusplus | ||||
17 | } | ||||
18 | #endif | ||||
19 | |||||
20 | #endif |