|
Ruby
2.5.0dev(2017-10-22revision60238)
|
Go to the source code of this file.
Macros | |
| #define | _POSIX_C_SOURCE 200809L |
| #define | STRINGIZE(expr) STRINGIZE0(expr) |
| #define | STRINGIZE0(expr) #expr |
| #define | EXTOUT_DIR BUILDDIR"/"EXTOUT |
Functions | |
| int | main (int argc, char **argv) |
| #define _POSIX_C_SOURCE 200809L |
Definition at line 1 of file ruby-runner.c.
Definition at line 46 of file ruby-runner.c.
Referenced by main().
| #define STRINGIZE | ( | expr | ) | STRINGIZE0(expr) |
Definition at line 8 of file ruby-runner.c.
Referenced by main().
| #define STRINGIZE0 | ( | expr | ) | #expr |
Definition at line 9 of file ruby-runner.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 48 of file ruby-runner.c.
References ABS_SRCDIR, ARCH, BUILDDIR, EXTOUT_DIR, NULL, PATH_SEPARATOR, and STRINGIZE.
Referenced by WinMain().
1.8.13