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
/
bar.c
blob
dd0bf923a3d1c1fff46a75dcd6be6c5648b1728e
1
static int
barx
=
'b'
+
'a'
+
'r'
;
2
3
int
bar
(
int
x
)
4
{
5
if
(
x
)
6
return
barx
;
7
else
8
return
0
;
9
}