Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 #ifndef __SPEEX_TYPES_H__ | |
|
jorlow
2010/08/18 09:26:21
license on top?
| |
| 2 #define __SPEEX_TYPES_H__ | |
| 3 | |
| 4 /* these are filled in by configure */ | |
| 5 typedef short spx_int16_t; | |
| 6 typedef unsigned short spx_uint16_t; | |
| 7 typedef int spx_int32_t; | |
| 8 typedef unsigned int spx_uint32_t; | |
| 9 | |
| 10 #endif | |
| 11 | |
| OLD | NEW |