#include #include #include "newmem.h" int main(void) { char* t = (char*)newmalloc(15); printf("%d", t != NULL); }