File: log.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-- 141 bytes parent folder | download
1
2
3
4
5
6
#include "config.h"

#define MAX_LOG_SIZE		8192
extern char	memory_log[MAX_LOG_SIZE];
void Aprint(char *format, ... );
void Aflushlog(void);