Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : aggiunta stampa soggetti per dati statistici git-svn-id: svn://10.65.10.50/trunk@9235 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
13460ffee6
commit
a361f217c1
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include "at4.h"
|
#include "at4.h"
|
||||||
|
|
||||||
#define usage "Error - usage : %s -{0|1|2|3|4|5|6|7}"
|
#define usage "Error - usage : %s -{0|1|2|3|4|5|6|7|8}"
|
||||||
|
|
||||||
int main(int argc,char** argv)
|
int main(int argc,char** argv)
|
||||||
|
|
||||||
@ -29,6 +29,8 @@ int main(int argc,char** argv)
|
|||||||
rt = at4700(argc,argv) ; break;
|
rt = at4700(argc,argv) ; break;
|
||||||
case 7:
|
case 7:
|
||||||
rt = at4800(argc,argv) ; break;
|
rt = at4800(argc,argv) ; break;
|
||||||
|
case 8:
|
||||||
|
rt = at4900(argc,argv) ; break;
|
||||||
default:
|
default:
|
||||||
error_box(usage, argv[0]) ; break;
|
error_box(usage, argv[0]) ; break;
|
||||||
}
|
}
|
||||||
|
@ -49,3 +49,10 @@ MENUBAR MENU_BAR(7)
|
|||||||
|
|
||||||
MENU MENU_BAR(7)
|
MENU MENU_BAR(7)
|
||||||
SUBMENU MENU_FILE "~File"
|
SUBMENU MENU_FILE "~File"
|
||||||
|
|
||||||
|
/* at4 -8 stampa soggetti per dati statistici */
|
||||||
|
MENUBAR MENU_BAR(8)
|
||||||
|
|
||||||
|
MENU MENU_BAR(8)
|
||||||
|
SUBMENU MENU_FILE "~File"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user