Changeset 12 for sources/src/gen_code.cc
- Timestamp:
- Jan 23, 2009, 11:05:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/gen_code.cc
r1 r12 35 35 */ 36 36 37 #include< stdio.h>38 #include< stdlib.h>37 #include<cstdio> 38 #include<cstdlib> 39 39 #include<iostream> 40 40 #include<fstream> … … 264 264 o << "// generated by " << sc_version () << endl 265 265 << "#include<casc.h>\n\n" 266 << "#include< stdio.h>\n\n"266 << "#include<cstdio>\n\n" 267 267 // << "#include<iostream>\n\n" 268 268 << "namespace sc_core {\n" … … 325 325 o << "// generated by " << sc_version () << endl 326 326 << "#include<casc.h>\n\n" 327 << "#include< stdio.h>\n\n"327 << "#include<cstdio>\n\n" 328 328 // << "#include<iostream>\n\n" 329 329 << "namespace sc_core {\n"
Note: See TracChangeset
for help on using the changeset viewer.