[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


_ltoa

This function converts a long int value to a null terminated char array.

Compatibility:

This function is compatible with the following targets:

ANSI
BeOS
EMB/RTOS

Mac OS

Palm OS

Win32


Prototype:
#include <extras.h>
#define _ltoa(x, y, z) _itoa(x, y, z);
Remarks:

This function simply redefines _itoa for 32 bit systems.

Return:

A pointer to the converted wide character string is returned.

See Also:

"_itoa"

"atol"


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 16, 2000