linux-gcc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Robert Schiele <rschiele@uni-mannheim.de>
To: n mishra <mishra_nn@rediffmail.com>
Cc: linux-gcc@vger.kernel.org
Subject: Re: compatible header functions
Date: Sat, 25 Jan 2003 14:25:34 +0100	[thread overview]
Message-ID: <20030125132534.GA15289@schiele.local> (raw)
In-Reply-To: <20030125114402.25152.qmail@webmail29.rediffmail.com>

[-- Attachment #1: Type: text/plain, Size: 614 bytes --]

On Sat, Jan 25, 2003 at 11:44:02AM -0000, n  mishra wrote:
> Hi all!
> I am new to writing c programs in linux and I have trouble finding 
> the following functions in the header files.

These are proprietary vendor extensions and not part of the C
standard.

> 1)itoa: to convert an integer to a string.
> 2)ltoa: to convert long integer to a string.

You can do the same with sprintf().

> 3)strset: to set the whole string to a given character.

Look up the function memset().

Robert

-- 
Robert Schiele			Tel.: +49-621-181-2517
Dipl.-Wirtsch.informatiker	mailto:rschiele@uni-mannheim.de

[-- Attachment #2: Type: application/pgp-signature, Size: 481 bytes --]

      reply	other threads:[~2003-01-25 13:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-25 11:44 compatible header functions n  mishra
2003-01-25 13:25 ` Robert Schiele [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030125132534.GA15289@schiele.local \
    --to=rschiele@uni-mannheim.de \
    --cc=linux-gcc@vger.kernel.org \
    --cc=mishra_nn@rediffmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).