*-map tests: Fix compilation error.
[gnulib.git] / lib / stdopen.h
blob27901d397c556a4adb41a3bb8db2f07ce5d8c27b
1 #ifndef STDOPEN_H
2 # define STDOPEN_H 1
4 # ifdef __cplusplus
5 extern "C" {
6 # endif
8 int stdopen (void);
10 # ifdef __cplusplus
12 # endif
14 #endif