search for: thechar

Displaying 1 result from an estimated 1 matches for "thechar".

2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
...g around argc and argv */ -char **Myargv; - -/**************************************************************************** - - Globals dealing with chars that are written - -****************************************************************************/ - -typedef struct fc { - inchr ord; - char **thechar; /* Alloc''d char thechar[charheight][]; */ - struct fc *next; - } fcharnode; - -fcharnode *fcharlist; -char **currchar; -int currcharwidth; -int previouscharwidth; -char **outputline; /* Alloc''d char outputline[charheight][outlinelenlimit+1]; */ -int outlinelen; - - -/******...