1 #ifndef _REC_STREAMLF_H_INCLUDED_
2 #define _REC_STREAMLF_H_INCLUDED_
31 #define REC_STREAMLF_PUT_BUF(s, t, b) \
32 rec_streamlf_put((s), (t), vstring_str(b), VSTRING_LEN(b))
int rec_streamlf_put(VSTREAM *, int, const char *, int)
int rec_streamlf_get(VSTREAM *, VSTRING *, int)