📄 os_bsd.h
字号:
/**********Copyright 1990 Regents of the University of California. All rights reserved.**********//* * BSD and derivative systems */#include "os_unix.h"#define HAS_NO_ATRIGH_DECL /* if asinh( ) is not in math.h */#define HAS_ATRIGH /* acosh( ), asinh( ), atanh( ) */#define HAS_FTIME /* ftime( ), <times.h> */#define HAS_TERMCAP /* tgetxxx( ) */#define HAS_VFORK /* BSD-ism, should not be necessary */#define HAS_INDEX /* index( ) instead of strchr( ) */#define HAS_BCOPY /* bcopy( ), bzero( ) */#define HAS_BSDRANDOM /* srandom( ) and random( ) */#define HAS_BSDTTY /* <sgtty.h> */#define HAS_BSDDIRS /* <sys/dir.h> */#define HAS_BSDRUSAGE /* getrusage( ) */#define HAS_BSDRLIMIT /* getrlimit( ) */#define HAS_DUP2#define HAS_GETWD /* getwd(buf) */#define HAS_STRINGS /* use <strings.h> instead of <string.h> */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -