typedef struct foo { int iNumberOfHands; char *pszPlayerName; } PLAYER, *PTR_PLAYER; PLAYER astrScoundrels[]; PTR_PLAYER pstrThisPlayer;