|  |  
 |   |   
 NAMEfilter_create_fp - similar to filter_create_fd except with buffered FILE* SYNOPSIS#include <util/filter.h> NEOERR *filter_create_fp(const char *cmd, FILE **in, FILE **out, FILE **err, ARGUMENTScmd -> the sub command to execute. Will be executed with
   DESCRIPTIONfilter_create_fp is identical to filter_create_fd, except each of the pipes is wrapped in a buffered stdio FILE RETURN VALUEin -> the stdin FILE of the sub process
   SEE ALSOfilter_wait(3), filter_create_fp(3), filter_create_fd 
 
 |