1RTF_GET_VERSION(3)             rtfilter library             RTF_GET_VERSION(3)
2
3
4

NAME

6       rtf_get_version - Returns the version of the library
7

SYNOPSIS

9       #include <rtfilter.h>
10
11       size_t rtf_get_version(char *string, size_t len, unsigned int line);
12

DESCRIPTION

14       This  function fills in string the version of the library if line is 0.
15       It fills at most len character in string including the terminating null
16       byte (' '). If the implementation of library depends on other non-stan‐
17       dard libraries, it will returns the version of them in subsequent lines
18       (line > 0). If there is no more dependency, nothing is copied on string
19       and 0 is returned by the function.
20

RETURN VALUE

22       Returns the number of characters copied on string.
23
24
25
26
27
28EPFL                                 2010                   RTF_GET_VERSION(3)
Impressum