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

packing/unpacking 8 bit int to/from char string More...

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

Go to the source code of this file.

Functions

void uint8_pack (char s[2], uint8 u)
 
void uint8_pack_big (char s[2], uint8 u)
 
void uint8_unpack (char s[2], uint8 *u)
 
void uint8_unpack_big (char s[2], uint8 *u)
 

Detailed Description

packing/unpacking 8 bit int to/from char string

Author
feh

Definition in file uint8p.c.

Function Documentation

◆ uint8_pack()

void uint8_pack ( char  s[2],
uint8  u 
)

Definition at line 9 of file uint8p.c.

◆ uint8_pack_big()

void uint8_pack_big ( char  s[2],
uint8  u 
)

Definition at line 15 of file uint8p.c.

◆ uint8_unpack()

void uint8_unpack ( char  s[2],
uint8 u 
)

Definition at line 21 of file uint8p.c.

◆ uint8_unpack_big()

void uint8_unpack_big ( char  s[2],
uint8 u 
)

Definition at line 31 of file uint8p.c.