EMULATOR_PDP_11
STEPIC Учебный проект на 'С', эмулятор PDP_11 в стиле ООП
Loading...
Searching...
No Matches
mem_word.h
Go to the documentation of this file.
1#ifndef MEM_WORD_H
2# define MEM_WORD_H
3# include "types/types.h"
4struct mem_word_t;
5
7
9void mem_word_destroy(struct mem_word_t *);
10
11#endif
12#pragma once
void mem_word_destroy(struct mem_word_t *)
Definition buf_word.c:38
void mem_word_create(struct mem_word_t *, size_word_buffer)
Definition buf_word.c:24
struct mem_word_t * mem_word_new()
Definition buf_word.c:17
Definition mem_word_p.h:7
unsigned int size_word_buffer
Definition types.h:15