File: stdopen.h

package info (click to toggle)
tar 1.27.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 16,128 kB
  • sloc: sh: 40,042; ansic: 22,138; yacc: 1,252; makefile: 432; sed: 16
file content (16 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef STDOPEN_H
# define STDOPEN_H 1

# include <stdbool.h>

# ifdef __cplusplus
extern "C" {
# endif

bool stdopen (void);

# ifdef __cplusplus
}
# endif

#endif