[MOD] Start preparing for an alpha

The (9)th.
This commit is contained in:
LDA 2024-09-01 21:19:24 +02:00
commit 34bd036ab7
6 changed files with 58 additions and 7 deletions

View file

@ -100,6 +100,16 @@ typedef struct Argument {
/* A base64-encoded Parsee logo */
extern const char media_parsee_logo[];
/* An ASCII-art rendition of "小橋" */
#define PARSEE_ASCII_LINES 9
extern const char *parsee_ascii[PARSEE_ASCII_LINES];
/**
* Prints the Parsee ASCII logo.
* ------------
* Modifies: the logger output */
extern void ParseePrintASCII(void);
/** Generates a valid, getopt-style argument list from a end-terminated
* argument list.
* ------------