extern unsigned long malloc_allocated_bytes, strdup_allocated_bytes;

void *mymalloc (size_t size);

char *strcasestr (const char *s1, const char *s2);
char *memlchr (const char *s, const char *p, char c);
