OSI/FTAM Programming Reference Manual

NonStop FTAM Programming Examples
HP NonStop OSI/FTAM Programming Reference Manual528611-001
G-235
Translation Application Example
524 /* Open $Receive, and the Responder*/
525 if (OpenRcvFile() && OpenResponderFile())
526 /* Get and process messages forever.*/
527 do { ; } while (WaitForTranslation());
528 return 0; /* Never happens except for errors*/
529 } /* main */
530 #pragma nowarn (93) /* Ignore no refs to spi defs */
531
532
532
533
534
535