21 lines
262 B
C++
Executable File
21 lines
262 B
C++
Executable File
#include <xvt.h>
|
|
|
|
#include <stdtypes.h>
|
|
#include <checks.h>
|
|
|
|
#include "ba1.h"
|
|
|
|
#define usage "Errore - uso : ba1"
|
|
|
|
int main(int argc,char** argv)
|
|
{
|
|
int rt = 0 ;
|
|
|
|
if (argc!=1) fatal_box(usage);
|
|
|
|
rt = ba1100(argc,argv,FALSE) ;
|
|
return rt;
|
|
}
|
|
|
|
|