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

  /src/games/arithmetic/
arithmetic.c 96 static const char defaultkeys[] = "+-"; variable in typeref:typename:const char[]
97 static const char *keys = defaultkeys;
98 static int nkeys = sizeof(defaultkeys) - 1;

Completed in 11 milliseconds