NAME

zkGetpid - get the process ID

SYNOPSIS

#include "zkUnistd.h"

pid_t zkGetpid(void);
  

DESCRIPTION

The zkGetpid() function returns the process ID of the calling process.

RETURN VALUE

The zkGetpid() function is always successful and no return value is reserved to indicate an error.