Re: Long integer to string conversions
From: Niels Baggesen (nba_at_users.sourceforge.net)
Date: 11/25/04
- Previous message: seema: "Long integer to string conversions"
- In reply to: seema: "Long integer to string conversions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 25 Nov 2004 10:06:22 +0000 (UTC)
In comp.unix.solaris seema <seema_coma@yahoo.co.in> wrote:
> Is it possible to Convert a signed long integer to the
> corresponding string representation in the specified
> base(base b/w 2 and 36) without using any of the
> following functions,
> ltostr(),ultostr(),ltoa(),ultoa(),ioctl() because my
> linux box is version 2.4.21-4.EL (gcc version 3.2.3 )
> and it doesnot have above functions.
snprintf?
/Niels
-- Niels Baggesen -- @home -- Århus -- Denmark -- niels@baggesen.net The purpose of computing is insight, not numbers -- R W Hamming
- Previous message: seema: "Long integer to string conversions"
- In reply to: seema: "Long integer to string conversions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|