00001 #ifndef READ_BLIF_H 00002 #define READ_BLIF_H 00003 00004 void read_blif(char* blif_file); 00005 00006 #endif 00007