URL
https://opencores.org/ocsvn/395_vgs/395_vgs/trunk
Subversion Repositories 395_vgs
[/] [395_vgs/] [trunk/] [src/] [PIC18/] [input.h] - Rev 31
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _INPUT_H #define _INPUT_H char getinput(void); void setupinput(void); char getlonginput(void); #endif
Go to most recent revision | Compare with Previous | Blame | View Log