hcreate
int hcreate(size_t);
PROTO_DEPRECATED(hcreate);
created_ok = hcreate(16);
if (hcreate(1 << 16) == 0)
if (hcreate(1000) == 0)
if (!hcreate(wflsz)) {