strm.h

来自「extremeDB s sample code,useful for you」· C头文件 代码 · 共 18 行

H
18
字号
/***************************************************************** *                                                               * * Copyright (c) 2001-2006 McObject LLC. All Right Reserved.     * *                                                               * *****************************************************************/#ifndef MCO_TEST_STRM_H__#define MCO_TEST_STRM_H__#include "mco.h"#include <stdio.h>int file_writer(void *stream_handle /* FILE *  */, const void * from, unsigned nbytes);int file_reader(void *stream_handle /* FILE *  */, /* OUT */ void * to, unsigned max_nbytes);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?