FreeCalypso > hg > gsm-codec-lib
view libtwamr/ietf_hdr.c @ 536:a3300483ae74
doc/FR1-library-API: document return value from gsmfr_tfo_xfrm_*
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 21 Sep 2024 20:48:58 +0000 |
parents | 6fa27df6903b |
children |
line wrap: on
line source
/* * This module provides one public const datum: RFC 4867 file header. */ #include <stdint.h> #include "tw_amr.h" const uint8_t amr_file_header_magic[AMR_IETF_HDR_LEN] = "#!AMR\n";