stage4/stage4.hh
changeset 26 fd67f54e64e1
parent 0 fb772792efd1
child 27 667721cf52c5
equal deleted inserted replaced
25:e6a841e365b7 26:fd67f54e64e1
    47     void *print(const char *str);
    47     void *print(const char *str);
    48     void *print(std::string str);
    48     void *print(std::string str);
    49 
    49 
    50     void *printupper(const char *str);
    50     void *printupper(const char *str);
    51     void *printupper(std::string str);
    51     void *printupper(std::string str);
       
    52 
       
    53     void *printlocation(const char *str);
       
    54     void *printlocation(std::string str);
       
    55 
    52 };
    56 };
    53 
    57 
    54 
    58 
    55 
    59 
    56 
    60