Implement parsing additional interop header directly from .def file (#557)

This commit is contained in:
SvyatoslavScherbina
2017-05-09 19:48:19 +03:00
committed by GitHub
parent c2d556503d
commit 88e3c1d05c
6 changed files with 106 additions and 5 deletions
@@ -1 +1,7 @@
headers = stdio.h
headers = stdio.h
---
static inline FILE* getStdout() {
return stdout;
}