hpux man page for ltostr

Query: ltostr

OS: hpux

Section: 3c

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ltostr(3C)																ltostr(3C)

NAME
ltostr(), ultostr(), ltoa(), ultoa() - convert long integers to strings
SYNOPSIS
Obsolescent Interfaces
DESCRIPTION
Convert 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.
ERRORS
If the value of base is not between 2 and 36, and return NULL and set the external variable to ERANGE.
WARNINGS
The 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 and
AUTHOR
and were developed by HP.
SEE ALSO
strtol(3C), printf(3S), thread_safety(5). ltostr(3C)
Related Man Pages
a64l(3c) - opensolaris
a64l(3) - netbsd
l64a(3) - netbsd
ultoa_r(3c) - hpux
ultoa(3c) - hpux
Similar Topics in the Unix Linux Community
Convert Char to Dec using AWK
Checking if string contains integer
Converting integer to String
{bash scripting} Multiline initialisation of string variable
[Solved] Decoding a base 64 string