// // Created by jhunk on 3/21/26. // #ifndef DO_STR_H #define DO_STR_H #include #include #include char** split(char *_sptr, const char* delim, size_t max, size_t *num); #endif //DO_STR_H