repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Let the metadata verifier access the new agressive inlining bit.
[mono-project.git]
/
msvc
/
getopt.h
blob
9a2ec42a617f9a94bf868bad40320ce8cadf7222
1
#ifndef GETOPT_H
2
#define GETOPT_H
3
4
int
getopt
(
int
argc
,
char
*
const
argv
[],
const char
*
optstring
);
5
extern
char
*
optarg
;
6
extern
int
optind
,
opterr
,
optopt
;
7
#include <getopt_long.h>
8
9
#endif
/* GETOPT_H */