void args_deep_copy_init(struct args *obj, const struct args *source)
Initialize the object by deep copying source
bool is_whitespace(os_char c)
!
struct args * args_deep_copy(const struct args *obj)
Deep copy the object, including arguments string.
void args_destroy(struct args *obj)
bool args_init_from_str(struct args *obj, const os_char *input)
Build args from an input string.
Result after parsing an arbitrary string.