-/* $NetBSD: mille.h,v 1.18 2011/08/16 11:14:04 christos Exp $ */
+/* $NetBSD: mille.h,v 1.20 2019/12/27 09:17:59 msaitoh Exp $ */
/*
* Copyright (c) 1982, 1993
#define HAND_SZ 7 /* number of cards in a hand */
#define DECK_SZ 101 /* number of cards in decks */
-#define NUM_SAFE 4 /* number of saftey cards */
+#define NUM_SAFE 4 /* number of safety cards */
#define NUM_MILES 5 /* number of milestones types */
#define NUM_CARDS 20 /* number of types of cards */
#define BOARD_Y 17 /* size of board screen */
int canplay(const PLAY *, const PLAY *, CARD);
int check_ext(bool);
void check_more(void);
-void die(int) __attribute__((__noreturn__));
+void die(int) __dead;
void domove(void);
-bool error(const char *, ...);
+bool error(const char *, ...) __printflike(1,2);
void extrapolate(PLAY *);
void finalscore(PLAY *);
CARD getcard(void);