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:
cris 2000-10-10 09:20:17 +00:00
parent 13460ffee6
commit a361f217c1
2 changed files with 10 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#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)
@ -29,6 +29,8 @@ int main(int argc,char** argv)
rt = at4700(argc,argv) ; break;
case 7:
rt = at4800(argc,argv) ; break;
case 8:
rt = at4900(argc,argv) ; break;
default:
error_box(usage, argv[0]) ; break;
}

View File

@ -49,3 +49,10 @@ MENUBAR MENU_BAR(7)
MENU MENU_BAR(7)
SUBMENU MENU_FILE "~File"
/* at4 -8 stampa soggetti per dati statistici */
MENUBAR MENU_BAR(8)
MENU MENU_BAR(8)
SUBMENU MENU_FILE "~File"