mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-28 09:03:01 +00:00
9 lines
107 B
OpenEdge ABL
9 lines
107 B
OpenEdge ABL
|
namespace std
|
||
|
{
|
||
|
%callback(1) endl;
|
||
|
%callback(1) ends;
|
||
|
%callback(1) flush;
|
||
|
}
|
||
|
|
||
|
%include <std/std_iostream.i>
|