os_osf.h

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

H
32
字号
/**********Copyright 1992 Regents of the University of California.  All rights reserved.**********//* *	OSF/1 */#define HAS_LIMITS_H#define HAS_FLOAT_H#define HAS_STDLIB#include "os_unix.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_SYSVDIRS		/* <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_INTWAITSTATUS	/* wait(3)  takes an int *, not a union */#define complex	cmplx_struct

⌨️ 快捷键说明

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