diff options
Diffstat (limited to 'Examples/java/variables/example.h')
-rw-r--r-- | Examples/java/variables/example.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Examples/java/variables/example.h b/Examples/java/variables/example.h new file mode 100644 index 0000000..0f7e895 --- /dev/null +++ b/Examples/java/variables/example.h @@ -0,0 +1,6 @@ +/* File: example.h */ + +typedef struct { + int x,y; +} Point; + |