JetCore/__read.h
2024-02-16 11:13:10 -08:00

18 lines
234 B
C++

#ifndef ____read_h__
#define ____read_h__
#include "Tag.h"
namespace jet {
class __read : public Tag {
public:
__read(coreutils::ZString &in, coreutils::MString &out, Global &global);
};
}
#endif