source: vendor/tar/1.16.1/lib/stdopen.h@ 3342

Last change on this file since 3342 was 3342, checked in by bird, 19 years ago

tar 1.16.1

File size: 165 bytes
Line 
1#ifndef STDOPEN_H
2# define STDOPEN_H 1
3
4# include <stdbool.h>
5
6# ifdef __cplusplus
7extern "C" {
8# endif
9
10bool stdopen (void);
11
12# ifdef __cplusplus
13}
14# endif
15
16#endif
Note: See TracBrowser for help on using the repository browser.