11 lines
155 B
C
11 lines
155 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
/* Program information */
|
|
#define PROGRAM "yait"
|
|
#define AUTHORS "GCK"
|
|
#define VERSION "beta"
|
|
#define YEAR 2025
|
|
|
|
#endif
|