Eneboo - Documentación para desarrolladores
|
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
#include <sys/types.h>
Ir al código fuente de este archivo.
'defines' | |
#define | _true 0x01 |
#define | _false 0x00 |
'typedefs' | |
typedef int | _bool |
Funciones | |
_bool | IsBigEndian () |
short | rotate2b (short var) |
unsigned int | rotate4b (unsigned int var) |
#define _false 0x00 |
#define _true 0x01 |
_bool IsBigEndian | ( | ) |
short rotate2b | ( | short | var | ) |