io.c | 61 static int msgcrd(CARD, BOOLEAN, const char *, BOOLEAN); 86 * Call msgcrd in one of two forms 92 return (msgcrd(c, TRUE, NULL, TRUE)); 94 return (msgcrd(c, FALSE, " of ", FALSE)); 98 * msgcrd: 102 msgcrd(CARD c, BOOLEAN brfrank, const char *mid, BOOLEAN brfsuit) function in typeref:typename:int
|