Query: ultostr
OS: hpux
Section: 3c
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ltostr(3C) ltostr(3C)NAMEltostr(), ultostr(), ltoa(), ultoa() - convert long integers to stringsSYNOPSISObsolescent InterfacesDESCRIPTIONConvert a signed long integer to the corresponding string representation in the specified base. The argument base must be between 2 and 36, inclusive. Convert an unsigned long integer to the corresponding string representation in the specified base. The argument base must be between 2 and 36, inclusive. Convert a signed long integer to the corresponding base 10 string representation, returning a pointer to the result. Convert an unsigned long integer to the corresponding base 10 string representation, returning a pointer to the result. These functions are smaller and faster than using for simple conversions (see printf(3S)). Obsolescent Interfaces convert long integers to strings.ERRORSIf the value of base is not between 2 and 36, and return NULL and set the external variable to ERANGE.WARNINGSThe return values for and point to data whose content is overwritten by subsequent calls to these functions by the same thread. and are obsolescent interface supported only for compatibility with existing DCE applications. New multi-threaded applications should use andAUTHORand were developed by HP.SEE ALSOstrtol(3C), printf(3S), thread_safety(5). ltostr(3C)
Related Man Pages |
---|
a64l(3c) - hpux |
a64l(3) - netbsd |
l64a(3c) - hpux |
ltostr(3c) - hpux |
ultostr_r(3c) - hpux |