#ifndef __STRING_H #define __STRING_H #include void *memdup(const void *, size_t); #endif /* __STRING_H */