xref
: /
openbsd
/
regress
/
libexec
/
ld.so
/
dlopen
/
libaa
/
aa.h
(revision e5dd7070)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
class
AA
{
2
public
:
3
AA
(
const
char
*);
4
~
AA
();
5
private
:
6
const
char
*
_name
;
7
};
8
9
10