NAME
grpc_perror_np
- Displays the last error that occurred.
SYNOPSIS
grpc_error_t grpc_perror_np(char *str)
ARGUMENTS
char *str
- The character string to be displayed
DESCRIPTION
The grpc_perror_np() function displays the last error that occurred in the standard error output.
This function is MT-safe.
RETURN VALUE
GRPC_NO_ERROR is returned.
ERRORS
None
last update : $Date: 2005/07/11 07:11:24 $