stage4/stage4.hh
changeset 210 8387cac2aba6
parent 55 8b7a21820737
child 267 0a1204bcc9af
equal deleted inserted replaced
209:30cbae46190d 210:8387cac2aba6
    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     
    49     
    50     void *print_integer(int integer);
    50     void *print_integer(int integer);
       
    51     void *print_long_integer(unsigned long l_integer);
       
    52     void *print_long_long_integer(unsigned long long ll_integer);
    51 
    53 
    52     void *printupper(const char *str);
    54     void *printupper(const char *str);
    53     void *printupper(std::string str);
    55     void *printupper(std::string str);
    54 
    56 
    55     void *printlocation(const char *str);
    57     void *printlocation(const char *str);