third_party_libsnd/tests/utils.def
Erik de Castro Lopo a1e9265cad initial import
(automatically generated log message)
2004-01-21 07:46:34 +00:00

50 lines
788 B
Modula-2

autogen definitions utils.tpl;
io_type = {
io_element = short ;
format_str = "\"% d\\n\"" ;
};
io_type = {
io_element = int ;
format_str = "\"% d\\n\"" ;
};
io_type = {
io_element = float ;
format_str = "\"% g\\n\"" ;
};
io_type = {
io_element = double ;
format_str = "\"% g\\n\"" ;
};
io_operation = {
op_element = read ;
count_name = items ;
};
io_operation = {
op_element = readf ;
count_name = frames ;
};
io_operation = {
op_element = write ;
count_name = items ;
};
io_operation = {
op_element = writef ;
count_name = frames ;
};
/*
** Do not edit or modify anything in this comment block.
** The arch-tag line is a file identity tag for the GNU Arch
** revision control system.
**
** arch-tag: 735898a2-711e-42c2-aaf1-354b20c07ac7
*/