Ruby
2.4.2p198(2017-09-14revision59899)
|
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.
Referenced by initialize_aggregate_packed_struct().