newbie16
newbie16

Reputation: 815

Is there an equivalent function to C's setbuf in seq_file interface?

Is there a setbuf(stdout, NULL) equivalent function in Linux seq_file interface?

As I know through setbuf(stdout, NULL), printf function immediately spit out strings.

I am wondering whether similar function is exist in linux seq_file interface.

Upvotes: 0

Views: 47

Answers (1)

newbie16
newbie16

Reputation: 815

I think there's nothing for seq_file to implement. Thanks.

Upvotes: 1

Related Questions