----------------------------------------------------------------------------- Purpose: Slightly modified strtok. Does not modify the input string. Does not skip over more than one separator at a time. This allows parsing strings where tokens between separators may or may not be present: Door01,,,0 would be parsed as "Door01" "" "" "0" Door01,Open,,0 would be parsed as "Door01" "Open" "" "0"
source not stored for this graph (policy: none)
no test coverage detected