14 lines
166 B
Text
14 lines
166 B
Text
#include <gcg.gh>
|
|
|
|
package Ex {
|
|
module Ostream{
|
|
class Ostream;
|
|
}
|
|
module FileOstream{
|
|
class FileOstream;
|
|
}
|
|
module StringOstream{
|
|
class StringOstream;
|
|
}
|
|
}
|
|
|