2 * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
3 * Universitaet Berlin. See the accompanying file "COPYRIGHT" for
4 * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
16 #include "gsm610_priv.h"
22 r
= malloc (sizeof(struct gsm_state
));
25 memset((char *)r
, 0, sizeof (struct gsm_state
));
31 /* Added for libsndfile : May 6, 2002. Not sure if it works. */
32 void gsm_init (gsm state
)
34 memset (state
, 0, sizeof (struct gsm_state
)) ;