9 lines
167 B
C
9 lines
167 B
C
#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
|