simulavr  1.1.0
types.h File Reference

Go to the source code of this file.

Typedefs

typedef unsigned char byte
 
typedef unsigned short word
 
typedef signed char sbyte
 
typedef signed short sword
 
typedef int dword
 

Typedef Documentation

◆ byte

typedef unsigned char byte

Definition at line 26 of file types.h.

◆ dword

typedef int dword

Definition at line 30 of file types.h.

◆ sbyte

typedef signed char sbyte

Definition at line 28 of file types.h.

◆ sword

typedef signed short sword

Definition at line 29 of file types.h.

◆ word

typedef unsigned short word

Definition at line 27 of file types.h.