Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@20639 c028cbd2-c16b-5b4b-a496-9718f37d4682
11 lines
430 B
C
Executable File
11 lines
430 B
C
Executable File
#ifndef __CI0_H
|
|
#define __CI0_H
|
|
|
|
int ci0100(int argc, char* argv[]); // gestione tabelle cont. industriale
|
|
int ci0200(int argc, char* argv[]); // gestione risorse / attrezzature
|
|
int ci0300(int argc, char* argv[]); // parametri configurazione Contabilita' Industriale
|
|
int ci0400(int argc, char* argv[]); // immssione documenti
|
|
int ci0500(int argc, char* argv[]); // gestione disponibilità risorse / attrezzature
|
|
|
|
#endif // __CI0_H
|