Ruby
2.1.10p492(2016-04-01revision54464)
Main Page
Modules
Data Structures
Files
File List
Globals
ext
openssl
conftest.c
Go to the documentation of this file.
1
#include "
ruby.h
"
2
3
/*top*/
4
extern
int
t
(
void
);
5
int
main
(
int
argc
,
char
**
argv
)
6
{
7
if
(argc > 1000000) {
8
printf(
"%p"
, &
t
);
9
}
10
11
return
0;
12
}
13
int
t
(
void
) { ENGINE_load_aep();
return
0; }
ruby.h
argv
VALUE * argv
Definition:
tcltklib.c:1969
argc
int argc
Definition:
tcltklib.c:1968
t
int t
Definition:
ripper.c:14879
main
int main(int argc, char **argv)
Definition:
nkf.c:6920
Generated by
1.8.5