FreeCalypso > hg > gsm-codec-lib
comparison libgsmfr2/typedef.h @ 262:573afa985df6
libgsmfr2: split pp_state.h from pp_internal.h
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 13 Apr 2024 00:43:36 +0000 |
parents | libgsmefr/typedef.h@af4b075d0313 |
children | ffdcdb27d673 |
comparison
equal
deleted
inserted
replaced
261:cfcb3ce9c778 | 262:573afa985df6 |
---|---|
1 /* | |
2 * This internal header file provides adaptation between stdint types | |
3 * and those used by GSM 06.10 code from TU-Berlin. | |
4 */ | |
5 | |
6 typedef int16_t word; | |
7 typedef int32_t longword; | |
8 | |
9 typedef uint16_t uword; | |
10 typedef uint32_t ulongword; |