|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T t
Length: 515 (0x203) Types: TextFile Names: »types.h«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Craps/types.h«
#include <curses.h> #include <signal.h> #define BEEP putchar((char)7) #define ESC (char)27 #define LIMIT 500.00 #define SLIMIT 1000.00 #define R 0 #define C 1 #define D C+62 #define PASS 0 #define COME 1 #define DONT 2 #define DCOME 3 #define ODDS 4 #define FIELD 5 #define PLACE 6 #define LODDS 7 #define HWAY 8 #define ASEVEN 9 #define ACRAPS 10 #define TWO 11 #define THREE 12 #define EEYO 13 #define TWELVE 14 #define CHEAT 15 #define QUIT 16 #define HELP 17 #define SHELL 18 #define ROLL 19 #define REFRESH 20