stage4/stage4.hh
changeset 258 d7d92b2f87e9
parent 210 8387cac2aba6
child 267 0a1204bcc9af
equal deleted inserted replaced
257:90782e241346 258:d7d92b2f87e9
    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);