div_op
char *minus_op, *plus_op, *div_op, *mult_op;
div_op = strrchr(str, '/');
if (div_op)
if (mult_op > div_op)
*sep = div_op;