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