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

📄 glanstd.h

📁 电梯模拟程序 用C++编写,可以模拟电梯的常用功能 有借鉴意义
💻 H
字号:
#ifndef __GLAN_GENSTD_H__#define __GLAN_GENSTD_H__#include <sys/types.h>#include <sys/stat.h>#include <stdio.h>#include <stdlib.h>#include <fcntl.h>#include <time.h>#include <memory.h>
#include <string.h>
#ifdef __UNIX__#include <sys/time.h>#include <stdio.h>#include <stdlib.h>#include <stdarg.h>#include <unistd.h>#endif /* __UNIX__  */#ifdef __MSWIN__#include <windows.h>#include <io.h>#endif#define SUCESS 0#define FAIL -1#define OK SUCESStypedef char  Glan_char;typedef short Glan_short2;typedef unsigned short Glan_ushort2;typedef unsigned int   Glan_uint4;typedef int            Glan_int4;typedef unsigned long  Glan_ulong4;typedef long           Glan_long4;typedef float          Glan_float;#endif

⌨️ 快捷键说明

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