]> cloudbase.mooo.com Git - z180-stamp.git/blame - include/xmalloc.h
Adaptions for fatfs R0.12b
[z180-stamp.git] / include / xmalloc.h
CommitLineData
d684c216
L
1
2#ifndef XMALLOC_H
3#define XMALLOC_H
4
5void* xmalloc(size_t size);
6void* xrealloc(void *p, size_t size);
7
8#endif /* XMALLOC_H */