Subversion Repositories Shiroi

Rev

Rev 8 | Rev 24 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

/* $Id: io.h 23 2024-08-31 11:58:03Z nishi $ */

#ifndef __IO_H__
#define __IO_H__

unsigned char inp(unsigned char) __sdcccall(0);
void outp(unsigned char, unsigned char) __sdcccall(0);

#endif