📄 strm.h
字号:
/*****************************************************************
* *
* Copyright(c) 2001 - 2003 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -