/tutorial/external/C/c_glue4.h
C++ Header | 8 lines | 5 code | 2 blank | 1 comment | 0 complexity | 0dd9109a91269204051d650b9e75a912 MD5 | raw file
1/* Hand-written C code automatically included by example4.e */ 2 3typedef struct { 4 float x; 5 float y; 6} Point; 7 8Point* malloc_point(void);