evtag_encode_int

Encode an integer and store it in an evbuffer.

We encode integers by nybbles; the first nibble contains the number of significant nibbles - 1; this allows us to encode up to 64-bit integers. This function is byte-order independent.

@param evbuf evbuffer to store the encoded number @param number a 32-bit integer

extern (C) nothrow
void
evtag_encode_int

Meta