getopt.h

Go to the documentation of this file.
00001 /*
00002 ** getopt.h for  in /root/work/lseosr2/libkern
00003 ** 
00004 ** Made by Vianney Rancurel
00005 ** Login   <vianney@epita.fr>
00006 ** 
00007 ** Started on  Thu Feb 19 11:43:10 2004 Vianney Rancurel
00008 ** Last update Mon Dec  6 12:28:56 2004 Vianney Rancurel
00009 */
00010 #ifndef __ESTRING_GETOPT_H__
00011 #define __ESTRiNG_GETOPT_H__    1
00012 #include <libc.h>
00013 
00014 extern int      optreset, optind;
00015 extern char     *optarg;
00016 
00017 /* PROTO getopt.c */
00018 /* getopt.c */
00019 int getopt(int nargc, char *const nargv[], const char *ostr);
00020 #endif

Generated on Wed May 24 23:04:17 2006 for LSE/OS by  doxygen 1.4.6