|
Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include "ffitest.h"Go to the source code of this file.
Data Structures | |
| struct | Point |
| struct | Size |
| struct | Rect |
Typedefs | |
| typedef struct Point | Point |
| typedef struct Size | Size |
| typedef struct Rect | Rect |
Functions | |
| int | doit (int o, char *s, Point p, Rect r, int last) |
| int | main (void) |
| int main | ( | void | ) |
Definition at line 33 of file pyobjc-tc.c.
References doit(), ffi_call(), FFI_DEFAULT_ABI, ffi_prep_cif(), Size::h, malloc, NULL, Rect::o, Rect::s, Size::w, Point::x, and Point::y.