/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

  1. /* Hand-written C code automatically included by example4.e */
  2. typedef struct {
  3. float x;
  4. float y;
  5. } Point;
  6. Point* malloc_point(void);