summaryrefslogtreecommitdiff
path: root/Examples/javascript/variables/example.h
blob: 0f7e895948702bdd01276d2bb33e0682f9c02c71 (plain)
1
2
3
4
5
6
/* File: example.h */

typedef struct {
  int x,y;
} Point;