<< Previous | Next >>

ltoa

char * ltoa( long num, char * ibuf )

Description

This function outputs a signed long number to the character array.

Parameters

num
Signed long number.

ibuf
Pointer to character array.

Return value

Pointer to the same array passed in to hold the result.

Library

STDIO.LIB

See also

ltoa


Dynamic C Functions << Previous | Next >> rabbit.com