(Page 3 of 32 in this chapter) Version
void Exit( void )
{
NMS_GR303_RESULT_T NmsResult;
printf("NMS_GR303Exit:\n");
NmsResult = NMS_GR303Exit();
printf ("NMS_GR303Exit: Result=%s\n",PRINT_RESULT(NmsResult));
}
(Page 3 of 32 in this chapter) Version