campo-sirio/ps/pg0388.cpp

18 lines
341 B
C++
Raw Normal View History

#include <xvt.h>
#include "pg0388.h"
int main(int argc, char** argv)
{
int n = argc > 1 ? atoi(argv[1]+1) : 0;
switch(n)
{
case 0:
pg0388100(argc, argv); break; //trasmissione ordini De Cade'
case 1:
pg0388200(argc, argv); break; //importazione bolle De Cade'
default:
pg0388100(argc, argv); break;
}
return 0;
}