00001 #ifndef __X_LPC10_H
00002 #define __X_LPC10_H
00003
00004
00005
00006
00007 #define ORIG
00008
00009
00010
00011 #include "tdef.h"
00012
00013
00014
00015 #ifdef __cplusplus
00016 extern "C" {
00017 #endif
00018
00019 #define INDEX INT
00020 #define LINDEX LONG
00021
00022
00023
00024 #define ORDER 10
00025 #define LFRAME 180
00026 #define MAXPIT 156
00027
00028
00029
00030 #define MMAX(A,B) ((A)>(B)?(A):(B))
00031 #define MMIN(A,B) ((A)<(B)?(A):(B))
00032
00033
00034
00035 #ifdef __cplusplus
00036 }
00037 #endif
00038
00039
00040
00041 #endif