| 3476 | // |
| 3477 | |
| 3478 | static void gen_tpb_decls(const tpb* tpb_buffer) |
| 3479 | { |
| 3480 | const int length = (tpb_buffer->tpb_length + (sizeof(SLONG) - 1)) / sizeof(SLONG); |
| 3481 | fprintf(gpreGlob.out_file, "%sINTEGER*4 ISC_TPB_%d(%d) %s{ transaction parameters }\n", |
| 3482 | COLUMN, tpb_buffer->tpb_ident, length, INLINE_COMMENT); |
| 3483 | } |
| 3484 | |
| 3485 | |
| 3486 | //____________________________________________________________ |
no outgoing calls
no test coverage detected