comparison src/n_proc.c @ 0:56410792419a

src: original EFR source from ETSI
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 03 Apr 2024 05:31:37 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:56410792419a
1 #include <stdio.h>
2 #include <stdlib.h>
3
4 void proc_head (char *mes)
5 {
6 fprintf(stderr, "\n/**************************************************************\n\n");
7 fprintf(stderr, " European digital cellular telecommunications system\n");
8 fprintf(stderr, " 12200 bits/s speech codec for\n");
9 fprintf(stderr, " enhanced full rate speech traffic channels\n\n");
10 fprintf(stderr, " Bit-Exact C Simulation Code - %s\n", mes);
11 fprintf(stderr, " Version 5.1.0\n");
12 fprintf(stderr, " June 26, 1996\n\n");
13 fprintf(stderr, "**************************************************************/\n\n");
14 }