view sp_enc.h @ 1:dc0dd42ee8f2

original code compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 Jun 2024 23:48:01 +0000
parents 9008dbc8ca74
children
line wrap: on
line source

#ifndef __SP_ENC
#define __SP_ENC

#include "typedefs.h"

/*_________________________________________________________________________
 |                                                                         |
 |                           Function Prototypes                           |
 |_________________________________________________________________________|
*/

void   speechEncoder(Shortword pswSpeechIn[], Shortword pswFrmCodes[]);

#endif