table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
BPRINTF(9) | Basic C Library Functions | BPRINTF(9) |
NAME¶
bprintf - Parse a format string and place args' binary value in a bufferSYNOPSIS¶
int
bprintf(u32 * bin_buf, size_t size,
const char * fmt, ...);
ARGUMENTS¶
bin_bufThe buffer to place args' binary value
size
The size of the buffer(by words(32bits), not
characters)
fmt
The format string to use @...: Arguments for
the format string
...
variable arguments
DESCRIPTION¶
The function returns the number of words(u32) written into bin_buf.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |