| 3677 | // |
| 3678 | |
| 3679 | static TEXT* make_name( TEXT* const string, const gpre_sym* symbol) |
| 3680 | { |
| 3681 | fb_utils::snprintf(string, MAX_CURSOR_SIZE, "%s'%s '%s", REF_1, symbol->sym_string, REF_2); |
| 3682 | |
| 3683 | return string; |
| 3684 | } |
| 3685 | |
| 3686 | |
| 3687 | //____________________________________________________________ |
no test coverage detected