|
Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
Go to the source code of this file.
Functions | |
| void | ffi_stop_here (void) |
| void | ffi_assert (char *expr, char *file, int line) |
| void | ffi_type_test (ffi_type *a, char *file, int line) |
| void ffi_assert | ( | char * | expr, |
| char * | file, | ||
| int | line | ||
| ) |
Definition at line 41 of file debug.c.
References ffi_stop_here().
| void ffi_stop_here | ( | void | ) |
Definition at line 32 of file debug.c.
Referenced by ffi_assert().
| void ffi_type_test | ( | ffi_type * | a, |
| char * | file, | ||
| int | line | ||
| ) |
Definition at line 50 of file debug.c.
References FFI_ASSERT_AT, and NULL.