rohc_version − Get the version of the ROHC library.
#include <rohc/rohc.h>
char *
rohc_version(
void
);
Get the version of the ROHC library
the version of the library
const char *version;
version = rohc_version();
printf("ROHC version %s0, version);
rohc.h(3)