Query: memdel
OS: debian
Section: 3pub
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MEMDEL(3pub) C Programmer's Manual MEMDEL(3pub)NAMEmemdel - remove bytes from beginning of memory blockSYNOPSIS#include <publib.h> void *memdel(void *p, size_t size, size_t n);DESCRIPTIONmemdel 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 VALUEmemdel returns its first argument.SEE ALSOpublib(3), strdel(3)AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi) Publib C Programmer's Manual MEMDEL(3pub)
| Related Man Pages |
|---|
| xfree(3pub) - debian |
| strltrim(3pub) - debian |
| xrealloc(3pub) - debian |
| xmalloc(3pub) - sunos |
| xmalloc(3pub) - mojave |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| How can I do this in VI editor? |
| One instance of comparing grep and awk |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |