mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 18:09:59 +00:00
a1e9265cad
(automatically generated log message)
50 lines
788 B
Modula-2
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
|
|
*/
|
|
|