This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
ngspice
mirror of
https://git.code.sf.net/p/ngspice/ngspice
Watch
1
Star
0
Fork
You've already forked ngspice
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
35fabfc845
ngspice
/
src
/
frontend
/
com_xgraph.h
7 lines
98 B
C
Raw
Normal View
History
Unescape
Escape
avoid leading underscore in preprocessor macros
2013-01-22 21:00:29 +01:00
#
ifndef ngspice_COM_XGRAPH_H
#
define ngspice_COM_XGRAPH_H
src/frontend/doplot.c: refactored into the following files: src/frontend/com_asciiplot.c src/frontend/com_asciiplot.h src/frontend/com_hardcopy.c src/frontend/com_hardcopy.h src/frontend/com_plot.c src/frontend/com_plot.h src/frontend/com_xgraph.c src/frontend/com_xgraph.h src/frontend/plotting/plotit.c src/frontend/plotting/plotit.h src/frontend/doplot.h: Removed. src/frontend/Makefile.am src/frontend/plotting/Makefile.am: Updated for the new files.
2000-06-16 21:04:15 +02:00
void
com_xgraph
(
wordlist
*
wl
)
;
#
endif