Codebase list jacktrip / upstream/1.3.0+ds0 src / jacktrip_types_alt.h
upstream/1.3.0+ds0

Tree @upstream/1.3.0+ds0 (Download .tar.gz)

jacktrip_types_alt.h @upstream/1.3.0+ds0raw · history · blame

1
2
3
4
5
6
7
typedef float sample_t;
typedef unsigned char uint8_t;
typedef unsigned short int uint16_t;
typedef unsigned int uint32_t;
typedef signed char int8_t;
typedef short int int16_t;
typedef int int32_t;