fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
Functions
uint64p.c File Reference

packing/unpacking 64 bit integer to/from char string More...

#include "uint_t.h"
Include dependency graph for uint64p.c:

Go to the source code of this file.

Functions

void uint64_pack (char s[8], uint64 u)
 
void uint64_pack_big (char s[8], uint64 u)
 
void uint64_unpack (char s[8], uint64 *u)
 
void uint64_unpack_big (char s[8], uint64 *u)
 

Detailed Description

packing/unpacking 64 bit integer to/from char string

Authors
feh, jmh djbdns6

Definition in file uint64p.c.

Function Documentation

◆ uint64_pack()

void uint64_pack ( char  s[8],
uint64  u 
)

Definition at line 10 of file uint64p.c.

◆ uint64_pack_big()

void uint64_pack_big ( char  s[8],
uint64  u 
)

Definition at line 21 of file uint64p.c.

◆ uint64_unpack()

void uint64_unpack ( char  s[8],
uint64 u 
)

Definition at line 33 of file uint64p.c.

◆ uint64_unpack_big()

void uint64_unpack_big ( char  s[8],
uint64 u 
)

Definition at line 48 of file uint64p.c.