codice:
    char* itoa( int value, char *string, int radix );
    char* gcvt ( double value, int num, char * buffer );