31#ifndef RTOSC_VERSION_H
32#define RTOSC_VERSION_H
unsigned v[N_MAX]
Definition inflate.c:1584
static void v2(register WDL_FFT_REAL *a)
Definition fft.c:1099
int rtosc_version_cmp(const rtosc_version v1, const rtosc_version v2)
memcmp-like version compare
rtosc_version rtosc_current_version()
Return the version RT OSC has been compiled with.
void rtosc_version_print_to_12byte_str(const rtosc_version *v, char *_12bytes)
Print the version pointed to by v to the buffer _12bytes.
struct containing an rtosc version
Definition rtosc-version.h:40
unsigned char major
Definition rtosc-version.h:41
unsigned char revision
Definition rtosc-version.h:43
unsigned char minor
Definition rtosc-version.h:42