/*********************************************************************/ /* pC++/Sage++ Copyright (C) 1993 */ /* Indiana University University of Oregon University of Rennes */ /*********************************************************************/ extern PTR_FILE cur_file; extern char *main_input_filename; /*not find in lib*/ extern PTR_PROJ cur_proj; /* pointer to the project header */ extern char *cunparse_bfnd(); extern char *cunparse_llnd(); extern char *funparse_bfnd(); extern char *funparse_llnd(); extern char *cunparse_blck(); extern char *funparse_blck(); extern PTR_SYMB Current_Proc_Graph_Symb; /*not find in lib*/ /*extern FILE *finput; extern FILE *outfile;*/ extern char node_code_type[]; extern int node_code_length[]; extern enum typenode node_code_kind[];