home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / clesson / c.dir / 00248.png < prev    next >
Portable Network Graphic  |  1995-04-05  |  6.4 KB  |  502x411  |  1-bit (2 colors)
   ocr: void prn card values(card*c _ptr) L int pips s=c_ptr -> pips; cdhs suit: == c_ptr -> suit; char *suit name; if (suit = clubs) suit name - "clubs"; else if (suit=- diamonds) suit name "diamonds": else if (suit = hearts) suit name - "hearts"; ) else if (suit spades) suit name "spades"; 1 printf("card: %2dof %osin", ) pips, suit name):