OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [getopt.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
/* Copyright (C) 1996 Robert de Bath <rdebath@cix.compulink.co.uk>
2
 * This file is part of the Linux-8086 C library and is distributed
3
 * under the GNU Library General Public License.
4
 */
5
 
6
#ifndef __GETOPT_H
7
#define __GETOPT_H
8
 
9
#include <features.h>
10
 
11
extern char *optarg;
12
extern int opterr;
13
extern int optind;
14
 
15
extern int getopt __P((int argc, char *const *argv, const char *shortopts));
16
 
17
#endif /* __GETOPT_H */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.