platinfo.h
来自「获取unix系统进程信息的功能」· C头文件 代码 · 共 20 行
H
20 行
#ifndef PLATINFO_H
#define PLATINFO_H
#ifdef __cplusplus
extern "C" {
#endif
int GetOSVer(char *buf, unsigned long buflen, char *errbuf);
int GetSysHostName(char *buf, unsigned long buflen, char *errbuf);
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?