File: log.h

package info (click to toggle)
atari800 0.9.8a-2
  • links: PTS
  • area: contrib
  • in suites: potato, slink
  • size: 1,844 kB
  • ctags: 3,008
  • sloc: ansic: 29,881; asm: 2,142; makefile: 78; sh: 8
file content (6 lines) | stat: -rw-r--r-- 147 bytes parent folder | download
1
2
3
4
5
6
#define MAX_LOG_SIZE		8192
extern char	memory_log[MAX_LOG_SIZE];
void Aprint(char *format, ... );
#ifdef BUFFERED_LOG
void Aflushlog(void);
#endif