#include <stdint.h>
#include <stdlib.h>
Go to the source code of this file.
Functions |
uint32_t | swap_uint32 (uint32_t val) |
| Byte swap unsigned int.
|
Function Documentation
uint32_t swap_uint32 |
( |
uint32_t |
val | ) |
|
Byte swap unsigned int.
- Parameters
-
- Return values
-
uint32_t | the bigendian form of val value |
Definition at line 10 of file utils.c.