HomeSort by: relevance | last modified time | path
    Searched defs:getans (Results 1 - 2 of 2) sorted by relevancy

  /src/games/wump/
wump.c 121 static int getans(const char *);
246 if (e == 2 || !getans("\nCare to play another game? (y-n) "))
248 if (getans("In the same cave? (y-n) ") == 0)
666 getans(const char *prompt) function in typeref:typename:int
755 if (!getans("Instructions? (y-n) "))
wump.c 121 static int getans(const char *);
246 if (e == 2 || !getans("\nCare to play another game? (y-n) "))
248 if (getans("In the same cave? (y-n) ") == 0)
666 getans(const char *prompt) function in typeref:typename:int
755 if (!getans("Instructions? (y-n) "))

Completed in 22 milliseconds