X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/e775f23a10c4ba37fc1a762299f52cd0d71593b7..f1f94803668061f90a5ce88bf06ee72bba8e41a5:/interpretor/lib/src/libsndfile-1.0.25/src/test_endswap.def diff --git a/interpretor/lib/src/libsndfile-1.0.25/src/test_endswap.def b/interpretor/lib/src/libsndfile-1.0.25/src/test_endswap.def new file mode 100644 index 0000000..c817322 --- /dev/null +++ b/interpretor/lib/src/libsndfile-1.0.25/src/test_endswap.def @@ -0,0 +1,20 @@ +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 ; + } ; +