summaryrefslogtreecommitdiff
path: root/Examples/octave/variables/example.h
blob: 8d95fa1a402d35c537c9ae6b35405e839e1850d0 (plain)
1
2
3
4
5
/* File: example.h */

typedef struct {
  int x,y;
} Point;