15 #ifndef RCUTILS__SPLIT_H_    16 #define RCUTILS__SPLIT_H_    66 #endif  // RCUTILS__SPLIT_H_ 
rcutils_ret_t rcutils_split_last(const char *str, char delimiter, rcutils_allocator_t allocator, rcutils_string_array_t *string_array)
Split a given string on the last occurrence of the specified delimiter. 
int rcutils_ret_t
Definition: rcutils_ret.h:23
rcutils_ret_t rcutils_split(const char *str, char delimiter, rcutils_allocator_t allocator, rcutils_string_array_t *string_array)
Split a given string with the specified delimiter. 
Encapsulation of an allocator. 
Definition: allocator.h:43
#define RCUTILS_PUBLIC
Definition: visibility_control.h:48
Definition: string_array.h:30