os.h

来自「CE5.4英文源码,打造自己的CE 与大家分享一下.」· C头文件 代码 · 共 15 行

H
15
字号
// os.h
// *ch 1.2.9 patch (argues with standard BeOS header)
#ifndef _UNDERC_OS_H
#define _UNDERC_OS_H

typedef void *Handle;
long get_file_time(const char *file);
Handle load_library(const char *name);
void free_library(Handle h);
void *get_proc_address(Handle h, const char *name);
Handle get_process_handle();

#endif

⌨️ 快捷键说明

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