Message-ID: <9074E89DACDDD2119C4D00805FEDBE892184DB@ormail1.orckit.com> From: Ephraim Ben-Ishai To: "'djgpp AT delorie DOT com'" Subject: source code Date: Tue, 20 Jul 1999 19:59:21 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-8" Reply-To: djgpp AT delorie DOT com hello I am looking for C source code for the following functions: // 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