speex_config_types.h revision 98913fed6520d8849fb2e246be943e04474aefa4
1#ifndef __SPEEX_TYPES_H__
2#define __SPEEX_TYPES_H__
3
4/* these are filled in by configure */
5typedef short spx_int16_t;
6typedef unsigned short spx_uint16_t;
7typedef int spx_int32_t;
8typedef unsigned int spx_uint32_t;
9
10#endif
11
12