summaryrefslogtreecommitdiff
path: root/trunk/Examples/octave/variables/example.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/Examples/octave/variables/example.h')
-rw-r--r--trunk/Examples/octave/variables/example.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/trunk/Examples/octave/variables/example.h b/trunk/Examples/octave/variables/example.h
new file mode 100644
index 000000000..0f7e89594
--- /dev/null
+++ b/trunk/Examples/octave/variables/example.h
@@ -0,0 +1,6 @@
+/* File: example.h */
+
+typedef struct {
+ int x,y;
+} Point;
+