41 printf(
"Remote host IP address: ");
53 rpc_call(
RPC_TEST, 1, 2, 3l, f,
d, &b, &w, &
i, &f, &
d);
55 printf(
"\nResult should be: 2 4 6 7.0 9.0\n");
56 printf(
"Result is: %d %d %ld %1.1f %1.1lf\n", b, w, (
long int)
i, f,
d);
INT cm_connect_experiment(const char *host_name, const char *exp_name, const char *client_name, void(*func)(char *))
INT cm_disconnect_experiment(void)
char * ss_gets(char *string, int size)
INT rpc_call(DWORD routine_id,...)
char host_name[HOST_NAME_LENGTH]
INT rpc_test(BYTE b, WORD w, INT i, float f, double d, BYTE *b1, WORD *w1, INT *i1, float *f1, double *d1)
TH1X EXPRT * h1_book(const char *name, const char *title, int bins, double min, double max)