コード例 #1
0
endprotoent_r()
#endif
{
#ifdef PROTO_R_ENT_UNUSED
        PROTO_R_ENT_UNUSED;
#endif
	endprotoent();
	PROTO_R_END_RESULT(PROTO_R_OK);
}
コード例 #2
0
ファイル: getprotoent_r.c プロジェクト: andreiw/polaris
endprotoent_r()
#endif
{
	endprotoent();
	PROTO_R_END_RESULT(PROTO_R_OK);
}