Searched refs:outf (Results 1 – 1 of 1) sorted by relevance
137 def mkdecls(outf, maxwidth=16): argument138 outf.write("#include <stdio.h>\n")139 outf.write("#include <stdbool.h>\n")140 outf.write("#include <stdint.h>\n")141 outf.write("#include <inttypes.h>\n")142 outf.write("#include <signal.h>\n")151 outf.write(re.sub('\s+', ' ',153 outf.write(re.sub('\s+', ' ',161 outf.write(re.sub('\s+', ' ',345 outf = open(args.output, 'w') if args.output else sys.stdout[all …]