mirror of
https://github.com/eclipse/upm.git
synced 2025-07-06 20:01:12 +03:00
9 lines
99 B
OpenEdge ABL
9 lines
99 B
OpenEdge ABL
%module pyupm_buzzer
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "buzzer.h"
|
|
%{
|
|
#include "buzzer.h"
|
|
%}
|