1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-07 10:48:06 +00:00
2009-05-21 21:09:30 +00:00

21 lines
291 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 ;
} ;