9 lines
195 B
C
9 lines
195 B
C
#ifndef TTY_SOLITAIRE_COMMON_H
|
|
#define TTY_SOLITAIRE_COMMON_H
|
|
|
|
extern const char *program_name;
|
|
#define ERROR_MESSAGE_BUFFER_SIZE 100
|
|
char *tty_solitaire_error_message(int, char *, int);
|
|
|
|
#endif
|