OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oldbest
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/snake/snake/
snake.c
514
short
oldbest
= 0;
local in function:post
539
read(rawscores, &
oldbest
, sizeof(short));
542
return (score >
oldbest
? 1 : 0);
546
if (score >
oldbest
) {
549
printf("You bettered your previous best of $%d\n",
oldbest
);
551
printf("Your best to date is $%d\n",
oldbest
);
Completed in 50 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025