--- a/src/string.c Thu Dec 25 11:48:25 2025 +0100 +++ b/src/string.c Thu Dec 25 12:07:37 2025 +0100 @@ -644,7 +644,7 @@ return ctx; } -bool cx_strtok_next( +bool cx_strtok_next_( CxStrtokCtx *ctx, cxstring *token ) { @@ -687,13 +687,6 @@ return true; } -bool cx_strtok_next_m( - CxStrtokCtx *ctx, - cxmutstr *token -) { - return cx_strtok_next(ctx, (cxstring *) token); -} - void cx_strtok_delim( CxStrtokCtx *ctx, const cxstring *delim,