repo.or.cz
/
wine-gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add copy of .ttf font with .eot extension for testing
[wine-gecko.git]
/
xpcom
/
tests
/
static-checker
/
onull.cpp
blob
2c739e5b1e2220c88c1bbad82f05ff4a172e091b
1
typedef
int
PRUint32
;
2
typedef
PRUint32 nsresult
;
3
4
char
*
pseudomalloc
();
5
6
nsresult
foo
(
char
**
result
)
7
{
8
*
result
=
pseudomalloc
();
9
if
(!*
result
)
10
return
1
;
11
12
// fill in *result
13
14
return
0
;
15
}