¡@

Home 

c++ Programming Glossary: c2_file_name

Why do I get a 'ÿ' char after every include that is extracted by my parser? - C

http://stackoverflow.com/questions/4906341/why-do-i-get-a-y-char-after-every-include-that-is-extracted-by-my-parser-c

int c1_file_str_len int i 0 FILE c2_fp header_fp char ch c2_file_name header_name 80 we can assume line length 80 chars MAX char inc_name.. INCLUDE_LEN is defined 1 for null making the c2 file name c2_file_name char malloc c1_file_str_len sizeof char if c2_file_name NULL.. c2_file_name char malloc c1_file_str_len sizeof char if c2_file_name NULL printf Out of memory n exit 0 strcpy c2_file_name c1_file_name..