Free source buffer. */
| 309 | |
| 310 | /* Free source buffer. */ |
| 311 | static void free_source(char *buf) { |
| 312 | free(buf); |
| 313 | } |
| 314 | |
| 315 | static const char *itoa_log(int val) { |
| 316 | static CBM_TLS char bufs[PP_RING][CBM_SZ_32]; |
no outgoing calls
no test coverage detected