File: stdopen.h

package info (click to toggle)
binfmt-support 2.2.1-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,584 kB
  • sloc: ansic: 26,454; sh: 6,045; python: 159; makefile: 136
file content (14 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (2)
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