added pint.h needed by drinks.c

This commit is contained in:
tonton Th 2020-03-28 10:53:42 +01:00
parent 5e17585bea
commit 0040d27acc
1 changed files with 41 additions and 0 deletions

41
pint.h Normal file
View File

@ -0,0 +1,41 @@
/*
* pint
* architecture clients/serveur guinness
* Thomas Nemeth -- le 15 juin 2001
*
*/
#ifndef GUINNESS_SERVER_PINT
#define GUINNESS_SERVER_PINT
char *pinte =
" .____,ooo____.\n"
" ,d#MMMMMMMMMMMMMMMMMM#o.\n"
" |MMMMMMMMMMMMMMMMMMMMMMMM\n"
" |MMMMMMMMMMMMMMMMMMMMMMMM\n"
" |MMMMMMMMMMMMMMMMMMH#*#**\n"
" |M'\"\"\"\"\"\"\"\"\"\"\"\"\"'`\n"
" |M.\n"
" `ML\n"
" HP ##o#\n"
" |L TMP]\n"
" M . *&' . `\n"
" |, |dL.?-\\.~b \\:^ |\n"
" `| ` ` ' `` ,\n"
" H `\n"
" |.\n"
" `| |\n"
" M ,'\n"
" | |\n"
" |, |\n"
" || |\n"
" J' |\n"
" M. J|\n"
" HM\\\\ -':|\n"
" `\"=+\\&#HMH#*??v/''\n"
" `\"\"\"\"`\"\"\n";
#endif