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.hp
/
gdb.objdbg
/
objdbg01
/
x2.cc
blob
af588fbc00a5c8bfd50a26c60efbeeaa5b3ca390
1
#include
"x3.h"
2
#include <stdio.h>
3
4
int
acomm
;
5
6
void
PP
::
print
()
7
{
8
printf
(
"In PP::print()
\n
"
);
9
}
10
11
void
QQ
::
print
()
12
{
13
printf
(
"In QQ::print()
\n
"
);
14
}