X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/1059e1cc0c2ecfa237406949aa26155b6a5b9154..66f23d4fabf89ad09adbd4dfc15ac6b5b2b7da83:/interpreter/lib/src/libsndfile-1.0.25/src/test_endswap.def diff --git a/interpreter/lib/src/libsndfile-1.0.25/src/test_endswap.def b/interpreter/lib/src/libsndfile-1.0.25/src/test_endswap.def new file mode 100644 index 0000000..c817322 --- /dev/null +++ b/interpreter/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 ; + } ; +