Files correlati : Ricompilazione Demo : [ ] Commento : prima stesura gestione tabelle c.i. git-svn-id: svn://10.65.10.50/trunk@20540 c028cbd2-c16b-5b4b-a496-9718f37d4682
9 lines
274 B
C
Executable File
9 lines
274 B
C
Executable File
#ifndef __CI0_H
|
|
#define __CI0_H
|
|
|
|
int ci0100(int argc, char* argv[]); // gestione tabelle cont. industriale
|
|
int ci0300(int argc, char* argv[]); // parametri configurazione Contabilita' Industriale
|
|
int ci0400(int argc, char* argv[]); // immssione documenti
|
|
|
|
#endif // __CI0_H
|