logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rtf_get_version - Returns the version of the library

Description

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

Name

       rtf_get_version - Returns the version of the library

Return Value

       Returns the number of characters copied on string.

EPFL                                                  2010                                    RTF_GET_VERSION(3)

Synopsis

#include<rtfilter.h>size_trtf_get_version(char*string,size_tlen,unsignedintline);

See Also