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