@@ -0,0 +1,7 @@
#pragma once
void *xmalloc(size_t sz);
void* xrealloc(void *ptr, size_t size);
void xerror(int rc, char *fmt, ...);
The note is not visible to the blocked user.