summaryrefslogtreecommitdiff
path: root/lib/stdopen.h
blob: 27901d397c556a4adb41a3bb8db2f07ce5d8c27b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef STDOPEN_H
# define STDOPEN_H 1

# ifdef __cplusplus
extern "C" {
# endif

int stdopen (void);

# ifdef __cplusplus
}
# endif

#endif

Return to:

Send suggestions and report system problems to the System administrator.