From 8c5d0621d0d305bb62997b4ad12af874ec253432 Mon Sep 17 00:00:00 2001 From: musil Date: Fri, 10 Mar 2006 03:05:55 +0000 Subject: initial check in svn path=/trunk/externals/iem/iem_tab/; revision=4683 --- src/iem_tab.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/iem_tab.h (limited to 'src/iem_tab.h') 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 -- cgit v1.2.1