netgen/base/flatten.h

8 lines
159 B
C

#ifndef _FLATTEN_H
#define _FLATTEN_H
extern int UniquePins(char *name, int filenum);
extern void flattenCell(char *name, int file);
#endif /* _FLATTEN_H */