Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7687344
getopt.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
339 B
Referenced Files
None
Subscribers
None
getopt.h
View Options
#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
Details
Attached
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)
Attached To
Mode
rXMOUNT xmount
Attached
Detach File
Event Timeline
Log In to Comment