Sender: nate AT cartsys DOT com Message-ID: <37969DE6.3A93EC38@cartsys.com> Date: Wed, 21 Jul 1999 21:28:22 -0700 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.10 i586) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: References: <9074E89DACDDD2119C4D00805FEDBE892184DA AT ormail1 DOT orckit DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Ephraim Ben-Ishai wrote: > > Hello > hello > I am looking for C source code for the following: > > // function declarations: , > > int atoi(const char *nptr); > long atol(const char *nptr); > int memcmp(const void *s1, const void *s2, size_t n); > void *memcpy(void *s1, const void *s2, size_t n); > void *memset(void *s, int c, size_t n); > char *strncpy(char *s1, const char *s2, size_t n); > > thanks > ephraim Get djlsr202.zip and look at the relevant source files in src/ansi/stdlib and src/ansi/string. -- Nate Eldredge nate AT cartsys DOT com