mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
15 lines
161 B
Modula-2
15 lines
161 B
Modula-2
|
autogen definitions pipe_test.tpl;
|
||
|
|
||
|
data_type = {
|
||
|
type_name = short ;
|
||
|
};
|
||
|
|
||
|
data_type = {
|
||
|
type_name = float ;
|
||
|
};
|
||
|
|
||
|
data_type = {
|
||
|
type_name = double ;
|
||
|
};
|
||
|
|