stage4/stage4.hh
changeset 28 5b170c9ce134
parent 27 667721cf52c5
child 46 fc1b78ea6d84
equal deleted inserted replaced
27:667721cf52c5 28:5b170c9ce134
    44     void indent_right(void);
    44     void indent_right(void);
    45     void indent_left(void);
    45     void indent_left(void);
    46 
    46 
    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     
       
    50     void *print_integer(int integer);
    49 
    51 
    50     void *printupper(const char *str);
    52     void *printupper(const char *str);
    51     void *printupper(std::string str);
    53     void *printupper(std::string str);
    52 
    54 
    53     void *printlocation(const char *str);
    55     void *printlocation(const char *str);