memdel(3pub) debian man page | unix.com

Man Page: memdel

Operating Environment: debian

Section: 3pub

MEMDEL(3pub)						       C Programmer's Manual						      MEMDEL(3pub)

NAME
memdel - remove bytes from beginning of memory block
SYNOPSIS
#include <publib.h> void *memdel(void *p, size_t size, size_t n);
DESCRIPTION
memdel moves the contents of the block pointed to by p towards the beginning, n steps. The values of the last n bytes of the block are indeterminate. p must not be a null pointer. size and n may be zero.
RETURN VALUE
memdel returns its first argument.
SEE ALSO
publib(3), strdel(3)
AUTHOR
Lars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual MEMDEL(3pub)
Related Man Pages
memdup(3pub) - debian
xrealloc(3pub) - debian
xstrdup(3pub) - debian
xmalloc(3pub) - opensolaris
xmalloc(3pub) - mojave
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Introduction
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?