Adhemerval Zanella <adhemerval.zanella@linaro.org> wrote: > Why not aim for simplicity and just use strtok_r and strtok? I should > be a tail call in most architecture and performance loss should be > minimum. You mean avoiding the duplication of code? Say inlining or tailcalling strtok_r in string/strtok_r.c? Wilco