/tutorial/external/C/c_glue4.h
http://github.com/tybor/Liberty · C Header · 8 lines · 5 code · 2 blank · 1 comment · 0 complexity · 0dd9109a91269204051d650b9e75a912 MD5 · raw file
- /* Hand-written C code automatically included by example4.e */
- typedef struct {
- float x;
- float y;
- } Point;
- Point* malloc_point(void);