#ifndef PYSGREP_H #define PYSGREP_H int pushback_char(const char chr); int pushback_chars(const char * chrs); int pushback_n_chars( const char * chrs, size_t size, size_t nmembers ); int pushback_error_char(const char chr); int pushback_error_chars(const char * chrs); #endif /* PYSGREP_H */