MCPcopy Create free account
hub / github.com/dds-bridge/dds / print_pbn_hand

Function print_pbn_hand

examples/hands.cpp:558–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556
557
558auto print_pbn_hand(char title[], char remainCardsPBN[]) -> void
559{
560 unsigned int remainCards[DDS_HANDS][DDS_SUITS];
561 convert_pbn(remainCardsPBN, remainCards);
562 print_hand(title, remainCards);
563}
564
565
566auto convert_pbn(char * dealBuff,

Callers 6

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 2

convert_pbnFunction · 0.85
print_handFunction · 0.85

Tested by

no test coverage detected