os_sun.h

来自「spice中支持多层次元件模型仿真的可单独运行的插件源码」· C头文件 代码 · 共 29 行

H
29
字号
/**********Copyright 1991 Regents of the University of California.  All rights reserved.**********//* *	SunOS */#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_POSIXTTY		/* <termios.h>				*/#define HAS_BSDDIRS		/* <sys/dir.h>				*/#define HAS_BSDRUSAGE		/* getrusage( )				*/#define HAS_BSDRLIMIT		/* getrlimit( )				*/#define HAS_BSDSOCKETS		/* <net/inet.h>, socket( ), etc.	*/#define HAS_DUP2#define HAS_GETWD		/* getwd(buf)				*/#define HAS_STRINGS		/* use <strings.h> instead of <string.h> */#define HAS_IEEE_SCALBN		/* Use "scalbn( )" for "scalb( )"	*/

⌨️ 快捷键说明

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