log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
Game
>
Cerium
annotate example/Eratosthenes/Func.h @ 1240:
cdd04411b8a4
draft
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
did'nt moved
author
Daichi Toma <amothic@gmail.com>
date
Wed, 26 Oct 2011 09:16:18 +0900
parents
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
1240
cdd04411b8a4
did'nt moved
Daichi Toma <amothic@gmail.com>
parents:
diff
changeset
1
enum {
cdd04411b8a4
did'nt moved
Daichi Toma <amothic@gmail.com>
parents:
diff
changeset
2
#include "SysTasks.h"
cdd04411b8a4
did'nt moved
Daichi Toma <amothic@gmail.com>
parents:
diff
changeset
3
Prime,
cdd04411b8a4
did'nt moved
Daichi Toma <amothic@gmail.com>
parents:
diff
changeset
4
SaveTask,
cdd04411b8a4
did'nt moved
Daichi Toma <amothic@gmail.com>
parents:
diff
changeset
5
PrintTask,
cdd04411b8a4
did'nt moved
Daichi Toma <amothic@gmail.com>
parents:
diff
changeset
6
};