For diagnostics the directory, and file name relative to that directory, respectively. A diagnostic routine can name FILENAME by outputting diagdir(FILENAME), then diagslash(FILENAME), then FILENAME. */
| 1598 | /* For diagnostics the directory, and file name relative to that |
| 1599 | directory, respectively. A diagnostic routine can name FILENAME by |
| 1600 | outputting diagdir(FILENAME), then diagslash(FILENAME), then FILENAME. */ |
| 1601 | static char const * |
| 1602 | diagdir(char const *filename) |
| 1603 | { |
| 1604 | return *filename == '/' ? "" : directory; |
| 1605 | } |
| 1606 | static char const * |
| 1607 | diagslash(char const *filename) |
no outgoing calls
no test coverage detected