eb541488d1
la gestione delle strutture ad albero git-svn-id: svn://10.65.10.50/trunk@5933 c028cbd2-c16b-5b4b-a496-9718f37d4682
11 lines
124 B
C++
Executable File
11 lines
124 B
C++
Executable File
#include <xvt.h>
|
|
#include <checks.h>
|
|
|
|
#include "ab3.h"
|
|
|
|
int main(int argc,char **argv)
|
|
{
|
|
ab3100(argc,argv);
|
|
return 0;
|
|
}
|