Files
luban-lite/packages/third-party/awtk-ui/awtk/src/fscript_ext/fscript_ostream.h

36 lines
683 B
C
Raw Normal View History

2023-11-09 20:19:51 +08:00
/**
* File: fscript_ostream.h
* Author: AWTK Develop Team
* Brief: ostream functions for fscript
*
* Copyright (c) 2020 - 2023 Guangzhou ZHIYUAN Electronics Co.,Ltd.
*
*/
/**
* History:
* ================================================================
* 2021-01-06 Li XianJing <lixianjing@zlg.cn> created
*
*/
#ifndef TK_FSCRIPT_OSTREAM_H
#define TK_FSCRIPT_OSTREAM_H
#include "tkc/str.h"
#include "tkc/object.h"
BEGIN_C_DECLS
/**
* @method fscript_ostream_register
* ostream相关函数
*
* @return {ret_t} RET_OK表示成功
*/
ret_t fscript_ostream_register(void);
END_C_DECLS
#endif /*TK_FSCRIPT_OSTREAM_H*/