[go: up one dir, main page]

File: sccw.h

package info (click to toggle)
sccw 1.1-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 80 kB
  • ctags: 37
  • sloc: ansic: 372; makefile: 43; sh: 8
file content (8 lines) | stat: -rwxr-xr-x 191 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
/* defines for sccw Linux Morse program */
/* Steven J. Merrifield  VK3ESM  sjm@ee.latrobe.edu.au */

#define reg_port 0x0388
#define data_port reg_port+1

#define TRUE 1
#define FALSE !TRUE