Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
|
#include "ruby/config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "ruby-runner.h"
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.
#define EXTOUT_DIR BUILDDIR"/"EXTOUT |
Definition at line 54 of file ruby-runner.c.
#define STRINGIZE | ( | expr | ) | STRINGIZE0(expr) |
Definition at line 16 of file ruby-runner.c.
#define STRINGIZE0 | ( | expr | ) | #expr |
Definition at line 17 of file ruby-runner.c.
Definition at line 56 of file ruby-runner.c.
References argv, EXTOUT_DIR, NULL, and STRINGIZE.
Referenced by WinMain().