Query: rtf_get_type
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RTF_GET_TYPE(3) rtfilter library RTF_GET_TYPE(3)NAMErtf_get_type - Gets the input or output data type of a filterSYNOPSIS#include <rtfilter.h> int rtf_get_type(hfilter filt, int in);DESCRIPTIONThis function returns the data type of the input or output of the filter filt depending on in. If in is zero, then the returned type is the output data type. If in is non-zero, the function returns the input data type of the filter. In case of the success, the returned type will be one of the constants (RTF_FLOAT, RTF_DOUBLE, RTF_CFLOAT or RTF_CDOUBLE) defined in the man page of rtf_create_filter(3).RETURN VALUEReturns the requested data type in case of success, -1 otherwise.SEE ALSOrtf_create_filter(3)EPFL2010 RTF_GET_TYPE(3)
Related Man Pages |
---|
pclose(3) - bsd |
popen(3) - bsd |
rtf_create_chebychev(3) - debian |
rtf_filter(3) - debian |
popen(3) - ultrix |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
Introduction |
Weird 'find' results |
My first PERL incarnation... Audio Oscillograph |