示例#1
0
endhostent_r(void)
#endif
{
#ifdef HOST_R_ENT_ARGS
    UNUSED(hdptr);
#endif
    endhostent();
    HOST_R_END_RESULT(HOST_R_OK);
}
endhostent_r(void)
#endif
{
	endhostent();
	HOST_R_END_RESULT(HOST_R_OK);
}