DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
SVR5

numtos(D3)


numtos -- convert an unsigned long number to an ASCII string in base 10

Synopsis

   #include <sys/types.h>
   #include <sys/ddi.h>
   

void numtos(ulong_t num, char str[])

Description

numtos( ) converts an unsigned long number to an II string in base 10.

Arguments


num
Unsigned long number to be converted.

str
ASCII string in base 10 that will hold the results.

Return values

On success, returns a base 10 ASCII string that corresponds to num.

Usage

Context and synchronization

context in HDK Technical Reference

Hardware applicability

All

Version applicability

ddi: 8, 8mp

References


19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005