rohc_version

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
EXAMPLE
SEE ALSO

NAME

rohc_version − Get the version of the ROHC library.

SYNOPSIS

#include <rohc/rohc.h>

char * rohc_version(
void

);

DESCRIPTION

Get the version of the ROHC library

RETURN VALUE

the version of the library

EXAMPLE

const char *version;

version = rohc_version();

printf("ROHC version %s0, version);

SEE ALSO

rohc.h(3)