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
/
lib
/
libg++
/
g++-include
/
strclass.h
blob
e1799f1ac4e8e1755eff02832e8c9df3b29a5267
1
#ifndef _strclass_h
2
#ifdef __GNUG__
3
#pragma once
4
#endif
5
#define _strclass_h
6
#include <String.h>
7
typedef class
String string
;
8
#endif