#include "util.h"#include <stdio.h>#include <ctype.h>Functions | |
| INLINE int | asc2num (int a) |
| INLINE int | bcd2num (char a) |
| INLINE int | min (int a, int b) |
| INLINE int | min3 (int a, int b, int c) |
| char * | newmem (int number, int size) |
| INLINE int | max3 (int a, int b, int c) |
| INLINE int | max (int a, int b) |
| void | brkpt () |
| INLINE int asc2num | ( | int | a | ) |
Referenced by compseq(), load_mat(), load_seq(), load_seq_fromstr(), pvlocalS(), pvsrlocalS(), and xlate().
| INLINE int bcd2num | ( | char | a | ) |
References toupper().
| void brkpt | ( | ) |
| INLINE int max | ( | int | a, | |
| int | b | |||
| ) |
| INLINE int max3 | ( | int | a, | |
| int | b, | |||
| int | c | |||
| ) |
References max.
Referenced by fddeclump(), fitS(), fsdeclump(), globalS(), localS(), lsdeclump(), overS(), pfitS(), pfsdeclump(), srlocalS(), srlsdeclump(), trlocalS(), and trlsdeclump().
| INLINE int min | ( | int | a, | |
| int | b | |||
| ) |
References min.
| INLINE int min3 | ( | int | a, | |
| int | b, | |||
| int | c | |||
| ) |
| char* newmem | ( | int | number, | |
| int | size | |||
| ) |
References L.
Referenced by dyaln::allocateMem(), code2seq(), load_distrib(), load_pro(), load_seq(), load_seq_fromstr(), load_seq_lite(), main(), mgsaln(), norm_gen(), parseargs(), parseargs_str_new(), pfsdeclump(), pvlocalS(), pvsrlocalS(), tandem_gen(), and trlocalS().
1.5.6