buffer_putlonglong(3) - Linux man page
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);
int buffer_putlonglong(buffer* b,signed long long x);