File: monitor.h

package info (click to toggle)
atari800 1.2.2-1woody3
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 2,408 kB
  • ctags: 4,353
  • sloc: ansic: 34,744; asm: 3,886; sh: 2,638; cpp: 1,304; perl: 242; makefile: 205
file content (6 lines) | stat: -rw-r--r-- 68 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#ifndef __MONITOR__
#define __MONITOR__

int monitor(void);

#endif