int headerBytes = 0; int trailerBytes = 0; rc = tpf_convertFromOMSG (D0, &outputString, headerBytes, trailerBytes, TRUE); if (rc == -1) { printf ("Error converting output message %d\n", errno); } else { printf ("Output message size = %d\n Text = %.*s", rc, rc, outputSt...