00001 #ifndef _OPENRAW_FLOAT_H_ 00002 #define _OPENRAW_FLOAT_H_ 00003 00004 /* Copyright (c) Kyriacos Leptos and the President and Fellows of Harvard University 00005 Release Date: 2005-04-28 00006 Part of the MapQuant suite library "openraw.lib" 00007 */ 00008 00018 float* OpenRawFloatArray_create(int size, int array_start_type); 00019 00020 #endif