#include <stdio.h>
#include <stdlib.h>
#include "midas.h"
Go to the source code of this file.
◆ main()
Definition at line 19 of file minirc.c.
20{
24
25 printf(
"Host to connect: ");
27
28
31 return 1;
32
33 printf(
"Enter run number: ");
36
38
39
42
43 printf(
"Hit RETURN to stop run");
45
46
49
51
52 return 1;
53}
INT cm_connect_experiment(const char *host_name, const char *exp_name, const char *client_name, void(*func)(char *))
INT cm_transition(INT transition, INT run_number, char *errstr, INT errstr_size, INT async_flag, INT debug_flag)
INT cm_disconnect_experiment(void)
char * ss_gets(char *string, int size)
char host_name[HOST_NAME_LENGTH]
TH1X EXPRT * h1_book(const char *name, const char *title, int bins, double min, double max)