summaryrefslogtreecommitdiff
path: root/def.h
blob: f08f753e7800d1b83d95d4d6e819efcf94c616e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * def.h --
 *
 * This file includes the DEF I/O functions
 *
 */

#ifndef _DEFINT_H
#define _DEFINT_H

extern int numSpecial;
extern int DefRead(char *inName, float *);

extern GATE DefFindGate(char *name);
extern NET DefFindNet(char *name);

#endif /* _DEFINT_H */