6 lines
102 B
OpenEdge ABL
Raw Normal View History

2020-04-22 12:56:21 -04:00
%include <std_except.i>
%apply size_t { std::size_t };
%apply const size_t& { const std::size_t& };