From mboxrd@z Thu Jan 1 00:00:00 1970 From: "n mishra" Subject: compatible header functions Date: 25 Jan 2003 11:44:02 -0000 Sender: linux-gcc-owner@vger.kernel.org Message-ID: <20030125114402.25152.qmail@webmail29.rediffmail.com> Reply-To: "n mishra" Mime-Version: 1.0 Return-path: Content-Disposition: inline List-Id: Content-Type: text/plain; format=flowed; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-gcc@vger.kernel.org Hi all! I am new to writing c programs in linux and I have trouble finding the following functions in the header files. 1)itoa: to convert an integer to a string. 2)ltoa: to convert long integer to a string. 3)strset: to set the whole string to a given character. Please tell me if these are present in linux or if they have any equivalent functions. Thanks in advance. mishra.