Ruby
2.4.2p198(2017-09-14revision59899)
|
#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, result, Rect::s, Size::w, Point::x, and Point::y.