| 66 | return _TSstrdup(p, -1, TS_RES_MEM_PATH); |
| 67 | } |
| 68 | inline char * |
| 69 | TSstrndup(const char *p, int64_t n) |
| 70 | { |
| 71 | return _TSstrdup(p, n, TS_RES_MEM_PATH); |
| 72 | } |
| 73 | |
| 74 | /* -------------------------------------------------------------------------- |
| 75 | Component object handles */ |
no test coverage detected