EFread.c: ANSI prototype efReadDef()

This commit is contained in:
Darryl L. Miles 2025-10-03 23:12:39 +01:00 committed by R. Timothy Edwards
parent c007d8077c
commit 70054ccde2
1 changed files with 7 additions and 3 deletions

View File

@ -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;