📄 loadfile.h
字号:
#ifndef LIBUTIL_LOADFILE_H#define LIBUTIL_LOADFILE_H#include <stddef.h>/* loadfile() returns the true size of the file, but will guarantee valid, zero-padded memory out to this boundary. */#define LOADFILE_ZERO_PAD 64int loadfile(const char *, void **, size_t *);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -