home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
programming
/
libg_
/
libgpp
/
!libgpp
/
gen
/
ccp
/
Stack
< prev
next >
Wrap
Text File
|
1992-04-15
|
176b
|
12 lines
#ifdef __GNUG__
#pragma implementation
#endif
#include "<T>.Stack.h"
<T>Stack::~<T>Stack() {}
void <T>Stack::error(const char* msg)
{
(*lib_error_handler)("Stack", msg);
}