Files

9 lines
107 B
OpenEdge ABL
Raw Permalink Normal View History

namespace std
{
%callback(1) endl;
%callback(1) ends;
%callback(1) flush;
}
%include <std/std_iostream.i>