3#ifndef AWKWARD_FORTHINPUTBUFFER_H_ 
    4#define AWKWARD_FORTHINPUTBUFFER_H_ 
   26      peek_byte(int64_t after, util::ForthError& err) 
noexcept;
 
   30      read(int64_t num_bytes, util::ForthError& err) 
noexcept;
 
   38      read_enum(
const std::vector<std::string>& strings, int64_t start, int64_t stop) 
noexcept;
 
   58      read_quotedstr(
char* string_buffer, int64_t max_string_size, int64_t& length,
 
   59                     util::ForthError& err) 
noexcept;
 
   63      seek(int64_t to, util::ForthError& err) 
noexcept;
 
   67      skip(int64_t num_bytes, util::ForthError& err) 
noexcept;
 
   90    std::shared_ptr<
void> ptr_;
 
 
#define EXPORT_SYMBOL
Definition common.h:14
 
Definition ArrayBuilder.h:14