00001 #ifndef _MQBASIC_H_ 00002 #define _MQBASIC_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 #include <stdio.h> 00019 #include <regex.h> 00020 #include <time.h> 00021 #include <float.h> 00022 00023 #include "mqbyte.h" 00024 #include "mqshort.h" 00025 #include "mqint.h" 00026 #include "mqfloat.h" 00027 #include "mqstring.h" 00028 #include "mqvariant.h" 00029 00030 #include "mqutil.h" 00031 #include "mqregex.h" 00032 #include "mqelement.h" 00033 00034 #include "mqfolder.h" 00035 #include "mqfile.h" 00036 #include "mqtextfile.h" 00037 #include "mqfilename.h" 00038 00039 #include "mqrange2i.h" 00040 #include "mqrange2f.h" 00041 #include "mqoptions.h" 00042 #include "mqproperty.h" 00043 #include "mqmesh2D.h" 00044 00045 #include "mqstat.h" 00046 #include "mqrestrictions.h" 00047 00048 #include "mqint_array.h" 00049 #include "mqfloat_array.h" 00050 00051 #include "mqint_matrix.h" 00052 #include "mqfloat_matrix.h" 00053 00054 #include "mqint_list.h" 00055 #include "mqfloat_list.h" 00056 00057 #include "mqint_queue.h" 00058 #include "mqfloat_queue.h" 00059 00060 #include "mqkdtree2i.h" 00061 #include "mqkdtree2f.h" 00062 #include "mqdimensions2i.h" 00063 #include "mqinsets4i.h" 00064 #include "mqinsets4f.h" 00065 #include "mqarray_finder.h" 00066 #include "mqheap.h" 00067 00068 #endif 00069 00070