26#if ! defined (octave_ls_ascii_helper_h)
27#define octave_ls_ascii_helper_h 1
29#include "octave-config.h"
36extern OCTINTERP_API
void
39extern OCTINTERP_API
void
42extern OCTINTERP_API std::string
47#if defined (OCTAVE_PROVIDE_DEPRECATED_SYMBOLS)
49OCTAVE_DEPRECATED (7,
"use 'octave::skip_until_newline' instead")
56OCTAVE_DEPRECATED (7,
"use 'octave::skip_preceding_newline' instead")
63OCTAVE_DEPRECATED (7,
"use 'octave::read_until_newline' instead")
OCTAVE_NAMESPACE_BEGIN OCTINTERP_API void skip_until_newline(std::istream &is, bool keep_newline=false)
OCTINTERP_API std::string read_until_newline(std::istream &is, bool keep_newline=false)
OCTINTERP_API void skip_preceeding_newline(std::istream &is)