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

📄 os_ipsc.h

📁 spice中支持多层次元件模型仿真的可单独运行的插件源码
💻 H
字号:
/**********Copyright 1990 Regents of the University of California.  All rights reserved.**********//* *	IPSC860 SYS-V and derivative systems */#include "os_unix.h"#define HAS_SYSVTTY		/* <termio.h>				*/#define HAS_SYSVDIRS		/* <dirent.h>				*/#define HAS_SYSVRLIMIT#define HAS_SYSVRUSAGE#define HAS_STRCHR		/* strchr( ) instead of index( )	*/#define HAS_LIMITS_H#define HAS_ATRIGH		/* acosh( ), asinh( ), atanh( )         *//* Kill off things not available on the nodes */#undef HAS_POPEN#undef HAS_SYSTEM#undef HAS_SYSVRLIMIT/* #define HAS_NO_IEEE_LOGB */	/* If no logb( ) and scalb( ) functions *//* XXX This doesn't belong here */#define index strchr#define rindex strrchr

⌨️ 快捷键说明

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