table of contents
buffer_putlonglong(3) | Library Functions Manual | buffer_putlonglong(3) |
NAME¶
buffer_putlonglong - write a decimal ASCII representation of a signed long integer to bufferSYNTAX¶
#include <buffer.h>int buffer_putlonglong(buffer* b,signed long long x);