/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

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