Go to the source code of this file.
Defines | |
| #define | S_TRUE 1 |
| Status true. | |
| #define | S_FALSE 0 |
| Status false. | |
| #define | MAXSTRLEN 256 |
| Maxmum length of string used commonly for SEGRec. | |
| #define | SMALLNUM 1.0e-100 |
| Smallest possible value for log probability. | |
| #define | BIGNUM 1.0e100 |
| Largest possible value for log probability. | |
| #define | SBIGNUM 1.0e98 |
| Second largest possible value for log probability. | |
| #define | NO_ERROR 0 |
| Function return value: no error found (successful execution). | |
| #define | RTN_ERROR -1 |
| Function return value: an error found. | |
| #define | ERROR_ALLOC -2 |
| Function return value: memory allocation error. | |
| #define | ERROR_FOPEN -3 |
| Function return value: file open error. | |
| #define | ERROR_FREAD -4 |
| Function return value: file read error. | |
| #define | ERROR_FWRIT -5 |
| Function return value: file write error. | |
1.5.1