tty-solitaire/src/common.h

9 lines
167 B
C
Raw Normal View History

2011-05-08 23:20:22 +00:00
#ifndef COMMON_H
#define COMMON_H
extern const char *program_name;
#define ERROR_MESSAGE_BUFFER_SIZE 100
char *tty_solitaire_error_message(int, char *, int);
#endif