s/qmail  3.3.23
Next generation secure email transport
Functions
uint32_unpack.c File Reference
#include "uint32.h"
Include dependency graph for uint32_unpack.c:

Go to the source code of this file.

Functions

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

Function Documentation

◆ uint32_unpack()

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

Definition at line 3 of file uint32_unpack.c.

Here is the caller graph for this function:

◆ uint32_unpack_big()

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

Definition at line 18 of file uint32_unpack.c.