search for: theord

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

Did you mean: theora
2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
...********************************************************************* - - readfontchar - - Reads a font character from the font file, and places it in a - newly-allocated entry in the list. - -****************************************************************************/ - -void readfontchar(file,theord,line,maxlen) -ZFILE *file; -inchr theord; -char *line; -int maxlen; -{ - int row,k; - char endchar; - fcharnode *fclsave; - - fclsave = fcharlist; - fcharlist = (fcharnode*)myalloc(sizeof(fcharnode)); - fcharlist->ord = theord; - fcharlist->thechar = (char**)myalloc(sizeof(char*)*charh...