vbin_printf — Parse a format string and place args' binary value in a buffer
int vbin_printf ( | u32 * | bin_buf, |
size_t | size, | |
const char * | fmt, | |
va_list | args) ; |
bin_buf
The buffer to place args' binary value
size
The size of the buffer(by words(32bits), not characters)
fmt
The format string to use
args
Arguments for the format string