(dst)
| 231 | dst.write('#include "{}"'.format(h_name) + '\n') |
| 232 | |
| 233 | def WritePragmaOnce(dst): |
| 234 | dst.write('#pragma once' + '\n') |
| 235 | |
| 236 | def WriteLibComment(dst, lib_name): |
| 237 | dst.write('//////////////////////////////////////////////////////////////////////////' + '\n') |
no test coverage detected