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

  /src/games/snake/snake/
snake.c 515 short allbwho = 0, allbscore = 0; local in function:post
537 read(rawscores, &allbwho, sizeof(short));
554 p = getpwuid(allbwho);
559 if (allbwho) {
565 (int)allbwho, allbscore);
572 printf("The highest is (%d) with $%d\n", (int)allbwho,
snake.c 515 short allbwho = 0, allbscore = 0; local in function:post
537 read(rawscores, &allbwho, sizeof(short));
554 p = getpwuid(allbwho);
559 if (allbwho) {
565 (int)allbwho, allbscore);
572 printf("The highest is (%d) with $%d\n", (int)allbwho,

Completed in 22 milliseconds