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

📄 cpstd.h

📁 ngspice又一个电子CAD仿真软件代码.功能更全
💻 H
字号:
/**********Copyright 1990 Regents of the University of California.  All rights reserved.Author: 1986 Wayne A. Christopher, U. C. Berkeley CAD Group**********//* * Standard definitions. This file serves as the header file for std.c and * wlist.c */#ifndef _STD_H_#define _STD_H_#ifndef FILE/* XXX Bogus */#  include <stdio.h>#endif/* FIXME: Split this file and adjust all callers to use new header files */#if 0#warning "Please use bool.h, wordlist.h or complex.h rather than cpstd.h"#endif#include "bool.h"#include "wordlist.h"#include "complex.h"/* Externs defined in std.c */extern char *getusername();extern char *gethome();extern char *tildexpand();extern void printnum();extern int cp_numdgt;extern void fatal();extern void cp_printword();#endif /* _STD_H_*/

⌨️ 快捷键说明

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