summaryrefslogtreecommitdiff
path: root/src/test_endswap.def
diff options
context:
space:
mode:
authorLorry <lorry@roadtrain.codethink.co.uk>2012-07-18 20:35:05 +0100
committerLorry <lorry@roadtrain.codethink.co.uk>2012-07-18 20:35:05 +0100
commitaceb1f30497619786f1827e4c65992b890a07410 (patch)
treece33ac9d0d076a8ec4f993e614cf71a4d5daa7e7 /src/test_endswap.def
downloadlibsndfile-aceb1f30497619786f1827e4c65992b890a07410.tar.gz
Tarball conversion
Diffstat (limited to 'src/test_endswap.def')
-rw-r--r--src/test_endswap.def20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/test_endswap.def b/src/test_endswap.def
new file mode 100644
index 0000000..c817322
--- /dev/null
+++ b/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 ;
+ } ;
+