Go to the source code of this file.
Functions | |
| int | asc2num (int a) |
| int | bcd2num (char a) |
| int | min (int a, int b) |
| int | min3 (int a, int b, int c) |
| char * | newmem (int number, int size) |
| int | max3 (int a, int b, int c) |
| int | max (int a, int b) |
| void | brkpt () |
| int asc2num | ( | int | a | ) |
Referenced by compseq(), load_mat(), load_seq(), load_seq_fromstr(), pvlocalS(), pvsrlocalS(), and xlate().
| int bcd2num | ( | char | a | ) |
| void brkpt | ( | ) |
| int max | ( | int | a, | |
| int | b | |||
| ) |
| int max3 | ( | int | a, | |
| int | b, | |||
| int | c | |||
| ) |
Referenced by fddeclump(), fitS(), fsdeclump(), globalS(), localS(), lsdeclump(), overS(), pfitS(), pfsdeclump(), srlocalS(), srlsdeclump(), trlocalS(), and trlsdeclump().
| int min | ( | int | a, | |
| int | b | |||
| ) |
| int min3 | ( | int | a, | |
| int | b, | |||
| int | c | |||
| ) |
Referenced by fddeclump(), fitD(), and globalD().
| char* newmem | ( | int | number, | |
| int | size | |||
| ) |
1.5.6