1 /**
2   Mirror _pgenheaders.h
3   */
4 module deimos.python.pgenheaders;
5 
6 extern(C):
7 // Python-header-file: Include/pgenheaders.h:
8 
9 /// _
10 void PySys_WriteStdout(const(char)* format, ...);
11 /// _
12 void PySys_WriteStderr(const(char)* format, ...);