|
EMULATOR_PDP_11
STEPIC Учебный проект на 'С', эмулятор PDP_11 в стиле ООП
|
#include "utils/utils.h"#include "types/types.h"#include "utils/logger/logger.h"#include <errno.h>#include <stdio.h>#include <stdlib.h>
Functions | |
| int | __is_valid_address (const address_byte_t addr) |
| void | usage (const byte_t *progname) |
| file_t * | pdp_file_open (const byte_t *filename, const byte_t *mode) |
| void | pdp_file_close (const file_t *fd) |
| int __is_valid_address | ( | const address_byte_t | addr | ) |


| void pdp_file_close | ( | const file_t * | fd | ) |
| void usage | ( | const byte_t * | progname | ) |
