14 lines
194 B
C
Executable File
14 lines
194 B
C
Executable File
/* @(#)memory.h 1.5 90/03/30 SMI; from S5R2 1.2 */
|
|
|
|
#ifndef _memory_h
|
|
#define _memory_h
|
|
|
|
extern char
|
|
*memccpy(),
|
|
*memchr(),
|
|
*memcpy(),
|
|
*memset();
|
|
extern int memcmp();
|
|
|
|
#endif /*!_memory_h*/
|