table of contents
buffer_put8long(3) | Library Functions Manual | buffer_put8long(3) |
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);