movmem

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

movmem()  

SYNOPSIS

misc_lib/xgeneral.c:337

void movmem(VoidPtr Src, VoidPtr Dest, int Len)
 

DESCRIPTION

Routine to move a block in memory. Unlike memcpy/bcopy, this routine should support overlaying blocks. This stupid implemetation will copy it twice - to a temporary block and back again. The temporary block size will be allocated by demand.  

PARAMETERS:

Src: Of block to copy.

Dest: Of block to copy.

Len: Of block to copy.  

FUNCTION RETURN VALUE

void

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:26:31 GMT, July 20, 2024