1#ifndef __SPEEX_TYPES_H__
2#define __SPEEX_TYPES_H__
3
4/* these are filled in by configure */
5typedef @SIZE16@ spx_int16_t;
6typedef unsigned @SIZE16@ spx_uint16_t;
7typedef @SIZE32@ spx_int32_t;
8typedef unsigned @SIZE32@ spx_uint32_t;
9
10#endif
11
12