Aggiunta stampa scaduto. SC2300.
git-svn-id: svn://10.65.10.50/trunk@2227 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
1b3a761cd8
commit
8cee43ddfe
@ -4,7 +4,7 @@
|
||||
|
||||
#include "sc2.h"
|
||||
|
||||
#define usage "Errore - uso : sc2 -{0|1}"
|
||||
#define usage "Errore - uso : sc2 -{0|1|2}"
|
||||
|
||||
int main(int argc,char** argv)
|
||||
{
|
||||
@ -16,6 +16,8 @@ int main(int argc,char** argv)
|
||||
sc2100(argc,argv); break;
|
||||
case 1:
|
||||
sc2200(argc,argv); break;
|
||||
case 2:
|
||||
sc2300(argc,argv); break;
|
||||
default:
|
||||
error_box(usage);
|
||||
}
|
||||
|
1
sc/sc2.h
1
sc/sc2.h
@ -1,5 +1,6 @@
|
||||
|
||||
int sc2100(int argc, char** argv);
|
||||
int sc2200(int argc, char** argv);
|
||||
int sc2300(int argc, char** argv);
|
||||
|
||||
|
||||
|
@ -8,3 +8,9 @@ MENUBAR MENU_BAR(1)
|
||||
MENU MENU_BAR(1)
|
||||
SUBMENU MENU_FILE "~File"
|
||||
|
||||
MENUBAR MENU_BAR(2)
|
||||
|
||||
MENU MENU_BAR(2)
|
||||
SUBMENU MENU_FILE "~File"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user