Update to the ngspice code entry points.

This commit is contained in:
Holger Vogt 2022-10-16 10:38:41 +02:00
parent c38e6abe59
commit 51fbf2fbf3
1 changed files with 3 additions and 2 deletions

View File

@ -17,8 +17,9 @@ CODE ORGANIZATION
"visualc/" project files to enable compilation with MS Visual Studio. "visualc/" project files to enable compilation with MS Visual Studio.
"src/" and its subdirectories contain all of the C source code. "src/" and its subdirectories contain all of the C source code.
It contains the top level files "main.c" used by ngspice and It contains the top level files "main.c" used by ngspice console
"sharedspice.c" used by ngspice as shared library. as entry point, "winmain.c" as entry and setup of the MS Windows GUI,
and "sharedspice.c" used as entry for ngspice as a shared library.
There are also main files for outdated ngnutmeg, nghelp, ngmultidec, There are also main files for outdated ngnutmeg, nghelp, ngmultidec,
ngproc2mod, and ngsconvert. ngproc2mod, and ngsconvert.