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