Files correlati : ps Commento : - Creato programma creazione/esportazione tabelle campo per Diana 2000, potrebbe essere una versione migliorata del ba2900 - Sistemati progetti ps
15 lines
241 B
C++
15 lines
241 B
C++
#include <xvt.h>
|
|
#include "ps1004.h"
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
int rt = -1;
|
|
const int r = (argc > 1) ? atoi(&argv[1][1]) : 1;
|
|
|
|
switch (r)
|
|
{
|
|
case 0:
|
|
default: rt = ps1004100(argc, argv); break; // Configurazione
|
|
}
|
|
return rt;
|
|
} |