📄 port.h
字号:
/**********Copyright 1990 Regents of the University of California. All rights reserved.**********//* * Operating System */#ifdef aix# include "os_aix.h"# define CONFIGURED#endif#ifdef bsd# include "os_bsd.h"# define CONFIGURED#endif#ifdef ultrix# include "os_ultrx.h"# define CONFIGURED#endif#ifdef sun# include "os_sun.h"# define CONFIGURED#endif#ifdef hpux# include "os_hpux.h"# define CONFIGURED#endif#ifdef sequent# include "os_dynix.h"# define CONFIGURED#endif#ifdef sgi# include "os_sysv.h"# define CONFIGURED#endif#ifdef ipsc# include "os_ipsc.h"# define CONFIGURED#endif#ifdef MSDOS# include "os_msdos.h"# define CONFIGURED#endif#ifdef NeXT# include "os_bsd.h"# define CONFIGURED#endif#ifdef THINK_C# include "os_mac.h"# define CONFIGURED#endif#ifdef alpha_osf# include "os_osf.h"# define CONFIGURED#endif#ifndef CONFIGUREDerror error error errorOperating system type unknownerror error error error#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -