Init mime struct
[rmail.git] / src / utils / string_utils.h
blob09a009efde29c13042401311a96c451c748cb0ca
1 #ifndef STRING_UTILS_H
2 #define STRING_UTILS_H
4 char *substrncpy(char *dest, const char *start, const char *end, size_t n) __attribute__((nonnull (1, 2, 3)));
6 #endif /* STRING_UTILS_H */