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

  /src/games/robots/
score.c 52 const char *Scorefile = _PATH_SCORE;
227 if ((inf = open(Scorefile, O_RDONLY)) < 0) {
228 warn("opening `%s'", Scorefile);

Completed in 13 milliseconds