loadfile.h

来自「linux内核」· C头文件 代码 · 共 13 行

H
13
字号
#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 + =
减小字号Ctrl + -
显示快捷键?