1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00
audacity/lib-src/libsndfile/src/test_endswap.def
Leland Lucius b749a16943 Update libsndfile to 1.0.29pre2+git
This pulls in MANY (over 890) changes compared to our
from our current 1.0.24 version.
2020-03-16 22:41:09 -05:00

41 lines
600 B
Modula-2

autogen definitions test_endswap.tpl;
int_type = {
name = short ;
value = '0x3210' ;
format = FMT_SHORT ;
} ;
int_type = {
name = int ;
value = '0x76543210' ;
format = FMT_INT ;
} ;
int_type = {
name = int64_t ;
value = '0x0807050540302010LL' ;
format = FMT_INT64 ;
} ;
int_size = {
name = 16 ;
typename = int16_t ;
value = '0x4142' ;
strval = "AB" ;
} ;
int_size = {
name = 32 ;
typename = int32_t ;
value = '0x30313233' ;
strval = "0123" ;
} ;
int_size = {
name = 64 ;
typename = int64_t ;
value = '0x3031323334353637' ;
strval = "01234567" ;
} ;