Provided by: libpcp4-dev_7.0.2-1_amd64 bug

NAME

       pmPathSeparator - return the filesystem path separator character

C SYNOPSIS

       #include <pcp/pmapi.h>

       int pmPathSeparator(void);

       cc ... -lpcp

DESCRIPTION

       pmPathSeparator  is  a  convenience method that returns ``/'' in  the civilized world.  For Windows plat‐
       forms you may get ``/'' or ``\'' depending on the run-time environment.

       The most common use scenario is to use pmPathSeparator to construct the full pathname for a file  from  a
       known directory name and a relative file name.

Performance Co-Pilot                                   PCP                                    PMPATHSEPARATOR(3)