repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gdb6
/
gdb
/
testsuite
/
gdb.base
/
foo.c
blob
2553607d5ec1e0e82bb6152c3ee8c4acb8aa2a21
1
static int
foox
=
'f'
+
'o'
+
'o'
;
2
3
int
foo
(
int
x
)
4
{
5
if
(
x
)
6
return
foox
;
7
else
8
return
0
;
9
}