Sha256: 9daf1c840a8fa8fd075c73eb046008a1cbd782a6c4af8d9a6d3eca07944e3575
Contents?: true
Size: 225 Bytes
Versions: 6
Compression:
Stored size: 225 Bytes
Contents
#ifndef __SPEEX_TYPES_H__ #define __SPEEX_TYPES_H__ /* these are filled in by configure */ typedef short spx_int16_t; typedef unsigned short spx_uint16_t; typedef int spx_int32_t; typedef unsigned int spx_uint32_t; #endif
Version data entries
6 entries across 6 versions & 1 rubygems