| 93 | } |
| 94 | |
| 95 | static inline void pn_fixed_string_terminate(pn_fixed_string_t *str) { |
| 96 | if (str->position==str->size) str->position--; |
| 97 | str->bytes[str->position] = 0; |
| 98 | } |
| 99 | |
| 100 | #endif // PROTON_FIXED_STRING_H |
no outgoing calls
no test coverage detected