tty-solitaire/lib/common.h
2011-05-08 20:20:22 -03:00

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