Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 10.05 patch 502 git-svn-id: svn://10.65.10.50/trunk@8388 c028cbd2-c16b-5b4b-a496-9718f37d4682
11 lines
181 B
C++
Executable File
11 lines
181 B
C++
Executable File
#include <xvt.h>
|
|
|
|
#include "sc0.h"
|
|
|
|
int main(int argc,char** argv)
|
|
{
|
|
sc0100(argc,argv); // Per ora evito warning sullo switch vuoto
|
|
exit(0);
|
|
return 0;
|
|
}
|