mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
EFread.c: ANSI prototype efReadDef()
This commit is contained in:
+7
-3
@@ -180,9 +180,13 @@ EFReadFile(name, dosubckt, resist, noscale, isspice)
|
||||
*/
|
||||
|
||||
bool
|
||||
efReadDef(def, dosubckt, resist, noscale, toplevel, isspice)
|
||||
Def *def;
|
||||
bool dosubckt, resist, noscale, toplevel, isspice;
|
||||
efReadDef(
|
||||
Def *def,
|
||||
bool dosubckt,
|
||||
bool resist,
|
||||
bool noscale,
|
||||
bool toplevel,
|
||||
bool isspice)
|
||||
{
|
||||
int argc, ac, n;
|
||||
CellDef *dbdef;
|
||||
|
||||
Reference in New Issue
Block a user