EMULATOR_PDP_11
STEPIC Учебный проект на 'С', эмулятор PDP_11 в стиле ООП
Loading...
Searching...
No Matches
test_io_terminal.h
Go to the documentation of this file.
1#ifndef TEST_IO_TERMINAL_H
2# define TEST_IO_TERMINAL_H
3
4# include "pdp_11/pdp_11.h"
5//#include "types/types.h"
6
7int test_io_terminal(struct pdp_11_t *);
8
9#endif
10#pragma once
Definition pdp_11_p.h:4
int test_io_terminal(struct pdp_11_t *)
Definition test_io_terminal.c:7