Mercurial > hg > libxtract
comparison xtract/xtract_macros.h @ 50:435be4a78aac
Added function descriptors
author | Jamie Bullock <jamie@postlude.co.uk> |
---|---|
date | Fri, 22 Dec 2006 20:13:02 +0000 |
parents | 4e931b464278 |
children | 45c585bb7996 |
comparison
equal
deleted
inserted
replaced
49:4e931b464278 | 50:435be4a78aac |
---|---|
40 #define VERY_SMALL_NUMBER 1e-20 | 40 #define VERY_SMALL_NUMBER 1e-20 |
41 #define LOG_LIMIT VERY_SMALL_NUMBER | 41 #define LOG_LIMIT VERY_SMALL_NUMBER |
42 #define VERY_BIG_NUMBER 1e20 | 42 #define VERY_BIG_NUMBER 1e20 |
43 #define SR_LIMIT 192000 | 43 #define SR_LIMIT 192000 |
44 #define BARK_BANDS 26 | 44 #define BARK_BANDS 26 |
45 | 45 #define NONE 0 |
46 #define MAXARGS 4 | |
47 #define MAX_NAME_LENGTH 64 | |
48 #define MAX_AUTHOR_LENGTH 128 | |
49 #define MAX_DESC_LENGTH 256 | |
46 | 50 |
47 #ifdef __cplusplus | 51 #ifdef __cplusplus |
48 } | 52 } |
49 #endif | 53 #endif |
50 | 54 |