1 Star 0 Fork 0

zhyulo/Stream

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
input.h 679 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhyulo 提交于 2021-07-28 22:54 . 文件编码方式统一整改为UTF-8
#ifndef __INPUT_H_
#define __INPUT_H_
// information about input file
typedef struct {
const char *fileName; // 文件地址
char *base; // 读入的输入文件在内存中的起始位置
const char *cursor; // 当前的读取位置
const char *lineHead; // 当前位置的行首
int line; // 当前位置的行数
void *file; // 文件句柄(fopen() / CreateFileA() / open())
int size; // 文件大小
} SourceInput;
extern SourceInput Input;
void ReadSourceFile(const char *fileName);
void ReadMemory(const char *src, int len);
void CloseSourceFile(void);
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/zhyulo/Stream.git
git@gitee.com:zhyulo/Stream.git
zhyulo
Stream
Stream
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385