mirror of https://github.com/swig/swig
11 lines
291 B
OpenEdge ABL
11 lines
291 B
OpenEdge ABL
/* -----------------------------------------------------------------------------
|
|
* stl.i
|
|
* ----------------------------------------------------------------------------- */
|
|
|
|
%include <std_common.i>
|
|
%include <std_string.i>
|
|
%include <std_vector.i>
|
|
%include <std_map.i>
|
|
%include <std_pair.i>
|
|
|