Files
c/kubernetes/include/utils.h

10 lines
153 B
C
Raw Normal View History

2021-09-09 10:08:30 -03:00
#ifndef UTILS_HPP
#define UTILS_HPP
#if !defined(HAVE_STRNDUP)
char *strndup(const char *s, size_t n);
#endif /* ! HAVE_STRNDUP */
#endif //UTILS_HPP