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

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

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

Go to the source code of this file.

Functions

void uint32_pack (char s[4], uint32 u)
 
void uint32_pack_big (char s[4], uint32 u)
 
void uint32_unpack (char s[4], uint32 *u)
 
void uint32_unpack_big (char s[4], uint32 *u)
 

Detailed Description

packing/unpacking 32 bit integer to/from char string

Author
djb qmail

Definition in file uint32p.c.

Function Documentation

◆ uint32_pack()

void uint32_pack ( char  s[4],
uint32  u 
)

Definition at line 10 of file uint32p.c.

◆ uint32_pack_big()

void uint32_pack_big ( char  s[4],
uint32  u 
)

Definition at line 17 of file uint32p.c.

◆ uint32_unpack()

void uint32_unpack ( char  s[4],
uint32 u 
)

Definition at line 25 of file uint32p.c.

◆ uint32_unpack_big()

void uint32_unpack_big ( char  s[4],
uint32 u 
)

Definition at line 37 of file uint32p.c.