blob: 650e03c2b312af66db2da85005e052c27673e1cb [file] [log] [blame]
#!/usr/bin/env python3
import sys
with open(sys.argv[1], 'w') as f:
f.write("#define FOO 0")