other versions
SEQ_PAD(9) | The Linux VFS | SEQ_PAD(9) |
NAME¶
seq_pad - write padding spaces to buffer
SYNOPSIS¶
void seq_pad(struct seq_file * m, char c);
ARGUMENTS¶
struct seq_file * m
seq_file identifying the buffer to which data should be
written
char c
the byte to append after padding if non-zero
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |