blob: ea9fc356a30ea4d1687e0195ae2ad0dc7be489ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// *********************(c)*2004*********************>
// -holzilib--holzilib--holzilib--holzilib--holzilib->
// ++++PD-External++by+Georg+Holzmann++grh@gmx.at++++>
//
// PDContainer:
// this is a port of the containers from the C++ STL
// (Standard Template Library)
// for usage see the documentation and PD help files
// for license see readme.txt
//
// HStack.cpp
#include "include/HStack.h"
|