blob: 4f64d93e02f5aa1bfc980b941f60ecfab3d344bd [file] [log] [blame] [edit]
#ifndef READ_BLIF_H
#define READ_BLIF_H
void read_blif(char* blif_file);
#endif