PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
byteorder.h File Reference
#include <stdint.h>
+ Include dependency graph for byteorder.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint64_t htonll (uint64_t x)
 
uint32_t htonl (uint32_t x)
 
uint16_t htons (uint16_t x)
 

Detailed Description

Lame header.

Definition in file byteorder.h.

Function Documentation

◆ htonll()

uint64_t htonll ( uint64_t  x)
inline

Definition at line 29 of file byteorder.h.

◆ htonl()

uint32_t htonl ( uint32_t  x)
inline

Definition at line 44 of file byteorder.h.

◆ htons()

uint16_t htons ( uint16_t  x)
inline

Definition at line 55 of file byteorder.h.