blob: caf6433063bc65ed879b36f958066ec39e943715 [file] [log] [blame] [edit]
/*
* Copyright (c) 2021-2022 Amlogic, Inc. All rights reserved.
*
* SPDX-License-Identifier: MIT
*/
#ifndef __AML_FPRINTF_H__
#define __AML_FPRINTF_H__
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
int fprintf(FILE *stream, const char *format, ...);
#ifdef __cplusplus
}
#endif
#endif