//
//  testclassi.h
//  pila_131031
//
//  Created by Paolo on 04/11/13.
//  Copyright (c) 2013 dib. All rights reserved.
//

#ifndef pila_131031_testclassi_h
#define pila_131031_testclassi_h

#include "pila.h"
#include "pilap.h"
#include "coda.h"
#include "lista.h"

void testPila();
void testPilaP();
void testCoda();
void testLista();

//testclassi.cpp

#endif