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