summaryrefslogtreecommitdiff
path: root/mem.h
blob: 8f66fed8baf55f8f347716c9713daeba155f8c81 (plain)
1
2
3
4
5
6
7
8
#ifndef _mem_h
#define _mem_h

#include <stddef.h>

void *M(void *p, size_t sz);

#endif