Page MenuHomePhabricator

getopt.h
No OneTemporary

Size
339 B
Referenced Files
None
Subscribers
None

getopt.h

#ifndef _GETOPT_H_
#define _GETOPT_H_
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __NEVER_DEFINED__
} // close extern "C" for emacs
#endif
int getopt(int argc, char * const *argv, const char *opts);
extern int optind;
extern int optopt;
extern char *optarg;
#ifdef __NEVER_DEFINED__
{
#endif
#ifdef __cplusplus
}
#endif
#endif

File Metadata

Mime Type
text/x-c
Expires
Wed, Oct 29, 11:43 AM (13 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1346975
Default Alt Text
getopt.h (339 B)

Event Timeline