buffer_put8long(3) - Linux man page
Name
buffer_put8long - write an octal ASCII representation of an unsigned long integer to bufferSyntax
#include <buffer.h>int buffer_put8long(buffer* b,unsigned long x);
int buffer_put8long(buffer* b,unsigned long x);