DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦a14b1ca42⟧ TextFile

    Length: 321 (0x141)
    Types: TextFile
    Names: »whowon.h«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Poker/whowon.h« 

TextFile

/*
** Evaluate the hands of everyone who is still in, then return winner.
*/

extern	int	whowon();
extern	void	evaluate();

# define	NOTHING		0
# define	PAIR		1
# define	TWOPAIR		2
# define	THREE		3
# define	STRAIGHT	4
# define	FLUSH		5
# define	FULL		6
# define	FOUR		7
# define	STRAIGHT_FLUSH	8
# define	ROYAL_FLUSH	9