www.delorie.com/djgpp/doc/libc-2.01/libc_461.html   search  
Go to the first, previous, next, last section, table of contents.


memcpy

Syntax

#include <string.h>

void *memcpy(void *dest, const void *src, int num);

Description

This function copies num bytes from source to dest.

Return Value

dest

Example

memcpy(buffer, temp_buffer, BUF_MAX);


Go to the first, previous, next, last section, table of contents.

  prev next   webmaster     delorie software   privacy  
  Copyright © 1997     Updated Apr 1997