9 lines
99 B
OpenEdge ABL
9 lines
99 B
OpenEdge ABL
%module pyupm_buzzer
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "buzzer.h"
|
|
%{
|
|
#include "buzzer.h"
|
|
%}
|