PGRAB_ERROR(3PROC) |
Process Control Library Functions |
PGRAB_ERROR(3PROC) |
NAME
Pgrab_error — get Pgrab error message string
LIBRARY
Process Control Library (libproc, -lproc)
SYNOPSIS
#include <libproc.h>
const char *
Pgrab_error(
int error);
RETURN VALUES
The Pgrab_error() function always returns a pointer to a character string that describes the error that occurred, even if it is an unknown error.
INTERFACE STABILITY
Uncommitted
MT-LEVEL
MT-Safe