15 lines
275 B
C++
Executable File
15 lines
275 B
C++
Executable File
#include <xvt.h>
|
|
|
|
#include "ps0398.h"
|
|
|
|
int main( int argc, char** argv )
|
|
{
|
|
const int r = (argc > 1) ? argv[1][1]-'0' : -1;
|
|
|
|
switch (r)
|
|
{
|
|
case 0: ps0398100(argc, argv); break; // trasferimento ordini da web a Campo (Gianni Ferrari)
|
|
default: break;
|
|
}
|
|
return 0;
|
|
} |