⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 os.h

📁 UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -