EMULATOR_PDP_11
STEPIC Учебный проект на 'С', эмулятор PDP_11 в стиле ООП
Loading...
Searching...
No Matches
types.h File Reference
#include <stdio.h>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef unsigned char byte_t
 
typedef unsigned short int word_t
 
typedef int bool_t
 
typedef FILE file_t
 
typedef unsigned int address_word_t
 
typedef unsigned int address_byte_t
 
typedef unsigned int size_byte_buffer
 
typedef unsigned int size_word_buffer
 

Enumerations

enum  { size_buffer_default = 0xFFFF }
 

Typedef Documentation

◆ address_byte_t

typedef unsigned int address_byte_t

◆ address_word_t

typedef unsigned int address_word_t

◆ bool_t

typedef int bool_t

◆ byte_t

typedef unsigned char byte_t

◆ file_t

typedef FILE file_t

◆ size_byte_buffer

typedef unsigned int size_byte_buffer

◆ size_word_buffer

typedef unsigned int size_word_buffer

◆ word_t

typedef unsigned short int word_t

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
size_buffer_default 
5{ size_buffer_default = 0xFFFF };
@ size_buffer_default
Definition types.h:5