Main Page | Data Structures | Directories | File List | Globals

mqbyte.h

Go to the documentation of this file.
00001 #ifndef _MQBYTE_H_
00002 #define _MQBYTE_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 
00022 typedef unsigned char MQByte;
00023 
00024 MQByte* MQByteArray_create(int size);
00025 void    MQByteArray_init(MQByte* array, int size);
00026 MQByte* MQByteArray_copy(MQByte* array, int size);
00027 
00028 #endif
00029 

Generated on Tue Feb 7 03:25:43 2006 for libmqbasic by  doxygen 1.4.4