JetCore/__read.h
2024-07-08 18:32:56 -07:00

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