VSF Documented
Macros | Typedefs | Enumerations
type.h File Reference
#include <stdint.h>
#include <uchar.h>
#include "../__common/__type.h"

Go to the source code of this file.

Macros

#define __optimal_bit_sz   (sizeof(uintalu_t) * 8)
 
#define __optimal_bit_msk   (__optimal_bit_sz - 1)
 

Typedefs

typedef uint32_t uintalu_t
 
typedef int32_t intalu_t
 

Enumerations

enum  bool {
  false = 0 ,
  true = !false
}
 

Macro Definition Documentation

◆ __optimal_bit_sz

#define __optimal_bit_sz   (sizeof(uintalu_t) * 8)

◆ __optimal_bit_msk

#define __optimal_bit_msk   (__optimal_bit_sz - 1)

Typedef Documentation

◆ uintalu_t

◆ intalu_t

typedef int32_t intalu_t

Enumeration Type Documentation

◆ bool

enum bool
Enumerator
false 
true