EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
epicsGetopt.h
1 /*************************************************************************\
2 * Copyright (c) 2002 The University of Chicago, as Operator of Argonne
3 * National Laboratory.
4 * Copyright (c) 2002 The Regents of the University of California, as
5 * Operator of Los Alamos National Laboratory.
6 * Copyright (c) 2002 Berliner Elektronenspeicherringgesellschaft fuer
7 * Synchrotronstrahlung.
8 * SPDX-License-Identifier: EPICS
9 * EPICS Base is distributed subject to a Software License Agreement found
10 * in file LICENSE that is included with this distribution.
11 \*************************************************************************/
12 #ifndef _EPICS_GETOPT_H
13 #define _EPICS_GETOPT_H
14 
15 #include <unistd.h>
16 
17 #endif /* _EPICS_GETOPT_H */