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
4865f7c2af
ngspice
/
src
/
frontend
/
com_ghelp.h
9 lines
97 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_GHELP_H
#
define ngspice_COM_GHELP_H
* src/frontend/com_ahelp.c src/frontend/com_ahelp.h src/frontend/com_cdump.c src/frontend/com_cdump.h src/frontend/com_ghelp.c src/frontend/com_ghelp.h src/frontend/com_help.c src/frontend/com_help.h src/frontend/com_history.c src/frontend/com_history.h src/frontend/com_set.c src/frontend/com_shift.c src/frontend/com_strcmp.c src/frontend/com_strcmp.h src/frontend/com_unset.c src/frontend/control.c src/frontend/control.h src/frontend/ftehelp.h src/frontend/hcomp.c src/frontend/hcomp.h src/frontend/init.c src/frontend/init.h src/frontend/terminal.c src/frontend/terminal.h src/frontend/variable.c src/frontend/variable.h: New additions from the refactoring of the parser directory.
2000-06-27 18:15:43 +02:00
void
com_ghelp
(
wordlist
*
wl
)
;
#
endif