Logo
Home page Net-SNMP

Archive Search:

Require all words?

Site Search:
Google
Main Page | Modules | Data Structures | File List | Data Fields | Related Pages | Examples

getopt.h

00001 #ifndef _GETOPT_H_
00002 #define _GETOPT_H_ 1
00003 
00004 #ifdef __cplusplus
00005 extern          "C" {
00006 #endif
00007 
00008 NETSNMP_IMPORT int   getopt(int, char *const *, const char *);
00009 NETSNMP_IMPORT char *optarg;
00010 NETSNMP_IMPORT int   optind, opterr, optopt, optreset;
00011 
00012 #ifdef __cplusplus
00013 }
00014 #endif
00015 #endif

Generated on Fri Dec 30 13:47:44 2005 for net-snmp by  doxygen 1.3.9.1

Valid CSS!


Last modified: Thursday, 01-Mar-2007 16:20:04 PST
For questions regarding web content and site functionality, please write to the net-snmp-users mail list.