EMULATOR_PDP_11
STEPIC Учебный проект на 'С', эмулятор PDP_11 в стиле ООП
Loading...
Searching...
No Matches
mem_byte.h
Go to the documentation of this file.
1#ifndef MEM_BYTE_H
2# define MEM_BYTE_H
3# include "types/types.h"
4struct mem_byte_t;
5
7
9void mem_byte_destroy(struct mem_byte_t *);
10
11#endif
12#pragma once
void mem_byte_destroy(struct mem_byte_t *)
Definition buf_byte.c:35
struct mem_byte_t * mem_byte_new()
Definition buf_byte.c:17
void mem_byte_create(struct mem_byte_t *, const size_byte_buffer)
Definition buf_byte.c:23
Definition mem_byte_p.h:7
unsigned int size_byte_buffer
Definition types.h:14