| 935 | // |
| 936 | |
| 937 | void CPR_end_text(gpre_txt* text) |
| 938 | { |
| 939 | text->txt_length = (USHORT) (gpreGlob.token_global.tok_position - text->txt_position - 1); |
| 940 | } |
| 941 | |
| 942 | |
| 943 | //____________________________________________________________ |
no outgoing calls
no test coverage detected