mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-23 14:46:53 +00:00
13 lines
227 B
OpenEdge ABL
13 lines
227 B
OpenEdge ABL
namespace std
|
|
{
|
|
%callback("%s") endl;
|
|
%callback("%s") ends;
|
|
%callback("%s") flush;
|
|
}
|
|
|
|
%warnfilter(365) operator+=;
|
|
%warnfilter(802) std::basic_iostream; // turn off multiple inheritance warning
|
|
|
|
%include <std/std_iostream.i>
|
|
|