Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
openssh-library
/
ffbe69890dd16bb0dce24e401163cec731034e39
/
.
/
openbsd-compat
/
getopt.h
blob: 08a4eb3e022febd2c826d9a3c26f2e1211edd06a [
file
] [
log
] [
blame
] [
raw
]
/* $Id: getopt.h,v 1.3 2001/09/17 21:34:34 tim Exp $ */
#ifndef
_GETOPT_H
#define
_GETOPT_H
#include
"config.h"
#ifndef
HAVE_GETOPT_H
int
BSDgetopt
(
int
argc
,
char
*
const
*
argv
,
const
char
*
opts
);
#endif
#endif
/* _GETOPT_H */