rtf_get_version(3) debian man page | unix.com

Man Page: rtf_get_version

Operating Environment: debian

Section: 3

RTF_GET_VERSION(3)						 rtfilter library						RTF_GET_VERSION(3)

NAME
rtf_get_version - Returns the version of the library
SYNOPSIS
#include <rtfilter.h> size_t rtf_get_version(char *string, size_t len, unsigned int line);
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 subse- quent lines (line > 0). If there is no more dependency, nothing is copied on string and 0 is returned by the function.
RETURN VALUE
Returns the number of characters copied on string.
EPFL
2010 RTF_GET_VERSION(3)
Related Man Pages
gd_get_string(3) - debian
rtf_create_downsampler(3) - debian
confstr(3) - centos
confstr(3) - suse
confstr(3) - php
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?