00001 #ifndef _MQSHORT_H_ 00002 #define _MQSHORT_H_ 00003 00004 /* Copyright (c) Kyriacos Leptos and the President and Fellows of Harvard University 00005 Release Date: 2004-11-01 00006 Part of the MapQuant suite library "mqbasic.lib" 00007 */ 00008 00018 typedef unsigned short MQShort; 00019 00020 MQShort* MQShortArray_create(int nsize, int array_start_type); 00021 MQShort** MQShortPointerArray_create(int size, int array_start_type); 00022 00023 00024 #endif