Home | Sort by: relevance | last modified time | path |
/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; |
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; |
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; |