aboutsummaryrefslogtreecommitdiff
path: root/src/iem_tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iem_tab.h')
-rw-r--r--src/iem_tab.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/iem_tab.h b/src/iem_tab.h
new file mode 100644
index 0000000..cdd39eb
--- /dev/null
+++ b/src/iem_tab.h
@@ -0,0 +1,18 @@
+/* For information on usage and redistribution, and for a DISCLAIMER OF ALL
+* WARRANTIES, see the file, "LICENSE.txt," in this distribution.
+
+iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
+
+#ifndef __IEMTAB_H__
+#define __IEMTAB_H__
+
+typedef struct
+{
+ float real;
+ float imag;
+}
+TAB_COMPLEX;
+
+int iem_tab_check_arrays(t_symbol *obj_name, t_symbol *array_name, t_float **beg_mem, int *array_size, int max_index);
+
+#endif