locale: Make C++ tests work on Cygwin and mingw.
[pspp] / lib / xfreopen.h
1 #include <stdio.h>
2 void xfreopen (char const *filename, char const *mode, FILE *fp);