18 lines
237 B
C++
18 lines
237 B
C++
#ifndef ____read_h__
|
|
#define ____read_h__
|
|
|
|
#include "Tag.h"
|
|
|
|
namespace jet {
|
|
|
|
class __read : public Tag {
|
|
|
|
public:
|
|
__read(coreutils::ZString &in, coreutils::MString &parent, Global &global);
|
|
|
|
};
|
|
|
|
}
|
|
|
|
#endif
|