Building RAD C Clients

A C client program must include the <rad/radclient.h> header file. To authenticate a connection to a remote instance by using the rc_auth_login() function, the client application must use the #include <rad/client/c/2/auth_login.h> header. To include signatures of functions to interact with a RAD module, the client application must use the #include </rad/client/c/<module_version>/<module_name>.h> header.