repo.or.cz
/
tor.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'fix-changelogs' into 'main'
[tor.git]
/
scripts
/
maint
/
practracker
/
testdata
/
b.c
blob
bef277aaae62ca6ea5df8680739b21661e63dd47
1
2
MOCK_IMPL
(
int
,
3
foo
,(
void
))
4
{
5
// blah1
6
return
0
;
7
}
8
9
MOCK_IMPL
(
int
,
10
bar
,(
long
z
))
11
{
12
// blah2
13
14
return
(
int
)(
z
+
2
);
15
}