9 lines
120 B
C++
9 lines
120 B
C++
// io.c
|
|
// Author: Josh Holtrop
|
|
// Created: 02/26/04
|
|
// Implements basic port input/output functions
|
|
|
|
#include "io.h"
|
|
|
|
|