stage4/stage4.hh
changeset 55 8b7a21820737
parent 46 fc1b78ea6d84
child 210 8387cac2aba6
equal deleted inserted replaced
54:66925599259a 55:8b7a21820737
    53     void *printupper(std::string str);
    53     void *printupper(std::string str);
    54 
    54 
    55     void *printlocation(const char *str);
    55     void *printlocation(const char *str);
    56     void *printlocation(std::string str);
    56     void *printlocation(std::string str);
    57 
    57 
       
    58     void *printlocation_comasep(const char *str);
       
    59 
    58   protected:
    60   protected:
    59     std::ostream *out;
    61     std::ostream *out;
    60     std::fstream *m_file;
    62     std::fstream *m_file;
    61 
    63 
    62 };
    64 };