|
|
1.1 ! root 1: /*** ! 2: *memory.h - declarations for buffer (memory) manipulation routines ! 3: * ! 4: * Copyright (c) 1985-1990, Microsoft Corporation. All rights reserved. ! 5: * ! 6: *Purpose: ! 7: * This include file contains the function declarations for the ! 8: * buffer (memory) manipulation routines. ! 9: * [System V] ! 10: * ! 11: ****/ ! 12: ! 13: ! 14: #ifndef _SIZE_T_DEFINED ! 15: typedef unsigned int size_t; ! 16: #define _SIZE_T_DEFINED ! 17: #endif ! 18: ! 19: ! 20: /* function prototypes */ ! 21: ! 22: void * _cdecl memccpy(void *, const void *, int, unsigned int); ! 23: void * _cdecl memchr(const void *, int, size_t); ! 24: int _cdecl memcmp(const void *, const void *, size_t); ! 25: void * _cdecl memcpy(void *, const void *, size_t); ! 26: int _cdecl memicmp(const void *, const void *, unsigned int); ! 27: void * _cdecl memset(void *, int, size_t); ! 28: void _cdecl movedata(unsigned int, unsigned int, unsigned int, unsigned int, ! 29: unsigned int);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.