Files
c/kubernetes/include/utils.h
Ahmed Yarub Hani Al Nuaimi 9271886c7d Refactoring
2021-09-09 10:08:30 -03:00

10 lines
153 B
C

#ifndef UTILS_HPP
#define UTILS_HPP
#if !defined(HAVE_STRNDUP)
char *strndup(const char *s, size_t n);
#endif /* ! HAVE_STRNDUP */
#endif //UTILS_HPP