1 PCREATE_ERROR(3PROC) Process Control Library Functions PCREATE_ERROR(3PROC)
2
3 NAME
4 Pcreate_error - get Pcreate, Pxcreate error message string
5
6 SYNOPSIS
7 Process Control Library (libproc, -lproc)
8 #include <libproc.h>
9
10 const char *
11 Pcreate_error(int error);
12
13 DESCRIPTION
14 The Pcreate_error() function returns a pointer to a human-readable
15 character string describing the error that occurred. The Pcreate_error()
16 function translates errors produced by the Pcreate(3PROC) and
17 Pxcreate(3PROC) functions only (passed as the perr argument).
18
19 RETURN VALUES
20 The Pcreate_error() function always returns a pointer to a character
21 string that describes the error that occurred, even if it is an unknown
22 error.
23
24 INTERFACE STABILITY
25 Uncommitted
26
27 MT-LEVEL
|
1 PCREATE_ERROR(3PROC) Process Control Library Functions PCREATE_ERROR(3PROC)
2
3 NAME
4 Pcreate_error - get Pcreate, Pxcreate error message string
5
6 LIBRARY
7 Process Control Library (libproc, -lproc)
8
9 SYNOPSIS
10 #include <libproc.h>
11
12 const char *
13 Pcreate_error(int error);
14
15 DESCRIPTION
16 The Pcreate_error() function returns a pointer to a human-readable
17 character string describing the error that occurred. The Pcreate_error()
18 function translates errors produced by the Pcreate(3PROC) and
19 Pxcreate(3PROC) functions only (passed as the perr argument).
20
21 RETURN VALUES
22 The Pcreate_error() function always returns a pointer to a character
23 string that describes the error that occurred, even if it is an unknown
24 error.
25
26 INTERFACE STABILITY
27 Uncommitted
28
29 MT-LEVEL
|