FreeBSD Manual Pages
MEMDEL(3) C Programmer's Manual MEMDEL(3) 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 be- ginning, n steps. The values of the last n bytes of the block are in- determinate. 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(3)
NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | SEE ALSO | AUTHOR
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=memdel&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>
