EMULATOR_PDP_11
STEPIC Учебный проект на 'С', эмулятор PDP_11 в стиле ООП
Loading...
Searching...
No Matches
test_pdp.h
Go to the documentation of this file.
1
#ifndef TEST_PDP_H
2
# define TEST_PDP_H
3
4
enum
{
type_memory_byte
,
type_memory_word
};
5
6
int
test_pdp
(
int
,
char
**);
7
8
#endif
9
#pragma once
type_memory_word
@ type_memory_word
Definition
test_pdp.h:4
type_memory_byte
@ type_memory_byte
Definition
test_pdp.h:4
test_pdp
int test_pdp(int, char **)
Definition
test_pdp.c:73
include
tests
test_pdp
test_pdp.h
Generated by
1.9.8