Category : C Source Code
Archive   : E_C_STR.ZIP
Filename : MEMORY.H

 
Output of file : MEMORY.H contained in archive : E_C_STR.ZIP
/* File : memory.h
Author : Richard A. O'Keefe.
Updated: 1 June 1984
Purpose: Header file for the System V "memory(3C)" package.

All the functions in this package are the original work of Richard
A. O'Keefe. Any resemblance between them and any functions in AT&T
or other licensed software is due entirely to my use of the System V
memory(3C) manual page as a specification. See the READ-ME to find
the conditions under which this material may be used and copied.

The System V manual says that the mem* functions are declared in the
file. This file is also included in the file,
but it does no harm to #include both in either order.
*/

#ifndef memeql

#define memeql !memcmp
extern int memcmp(/*char^,char^,int*/);
extern char *memcpy(/*char^,char^,int*/);
extern char *memccpy(/*char^,char^,char,int*/);
extern char *memset(/*char^,char,int*/);
extern char *memchr(/*char^,char,int*/);
extern char *memrchr(/*char^,char,int*/);
extern char *memmov(/*char^,char^,int*/);
extern void memrev(/*char^,char^,int*/);

#endif memeql



  3 Responses to “Category : C Source Code
Archive   : E_C_STR.ZIP
Filename : MEMORY.H

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/