> 1. Replaced strtok_r with strsep in strparse, because strsep can handle > zero-width fields (manpage says so) and because resulting code is > clearer.
As far as I know strsep is a BSD extension and it is not a POSIX function, so I think we should look for other solution. Best regards,