EMULATOR_PDP_11
STEPIC Учебный проект на 'С', эмулятор PDP_11 в стиле ООП
Loading...
Searching...
No Matches
test.h
Go to the documentation of this file.
1#ifndef TEST_H
2# define TEST_H
3
4void all_tests(struct pdp_11_t *, int, char **);
5
6#endif
7#pragma once
Definition pdp_11_p.h:4
void all_tests(struct pdp_11_t *, int, char **)
Запуск полной подсистемы тестирования компонентов PDP-11.
Definition test.c:37