9 puts ("hcreate failed");
14 e
.data
= (char *) "b";
15 if (hsearch (e
, ENTER
) == NULL
)
17 puts ("ENTER failed");
22 if (hsearch (s
, FIND
) != NULL
)
24 puts ("FIND succeeded");
30 #define TEST_FUNCTION do_test ()
31 #include "../test-skeleton.c"