| 39 | char * __attribute__((format(printf,1,2))) xsprintf(const char *fmt, ...); |
| 40 | |
| 41 | void timespec_sub(const struct timespec *a, const struct timespec *b, struct timespec *result); |
| 42 | |
| 43 | int dir_exists(char *path); |
| 44 | void rmtree(char *path); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…