Postfix3.3.1
関数
line_wrap.c ファイル
#include <sys_defs.h>
#include <string.h>
#include <ctype.h>
#include <line_wrap.h>

[ソースコード]

関数

void line_wrap (const char *str, int len, int indent, LINE_WRAP_FN output_fn, void *context)
 

関数詳解

void line_wrap ( const char *  str,
int  len,
int  indent,
LINE_WRAP_FN  output_fn,
void *  context 
)

line_wrap.c76 行目に定義があります。