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

  /src/games/arithmetic/
arithmetic.c 91 static int problem(void);
149 if (problem() == EOF)
172 (void)printf("\nTotal time %ld seconds; %.1f seconds per problem\n\n",
183 * Pick a problem and ask it. Keeps asking the same problem until supplied
187 * answer causes the numbers in the problem to be penalised, so that they are
191 problem(void) function in typeref:typename:int
arithmetic.c 91 static int problem(void);
149 if (problem() == EOF)
172 (void)printf("\nTotal time %ld seconds; %.1f seconds per problem\n\n",
183 * Pick a problem and ask it. Keeps asking the same problem until supplied
187 * answer causes the numbers in the problem to be penalised, so that they are
191 problem(void) function in typeref:typename:int

Completed in 22 milliseconds