RTEMS CPU Kit with SuperCore
4.11.3
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <rpc/rpc.h>
#include <rpc/types.h>
#include <rpc/auth.h>
#include <rpc/clnt.h>
Macros | |
#define | CLNT_PERROR_BUFLEN 256 |
#define | buf (rtems_rpc_task_variables->clnt_perror_buf) |
Functions | |
char * | clnt_sperror (CLIENT *rpch, const char *s) |
void | clnt_perror (CLIENT *rpch, const char *s) |
char * | clnt_sperrno (enum clnt_stat stat) |
void | clnt_perrno (enum clnt_stat num) |
char * | clnt_spcreateerror (const char *s) |
void | clnt_pcreateerror (const char *s) |