27eb98b510
Files correlati : Ricompilazione Demo : [ ] Commento : Prima versione delle stampe ordini: stampa per numero/data, per cli/fo, per agente, per Articolo git-svn-id: svn://10.65.10.50/trunk@6780 c028cbd2-c16b-5b4b-a496-9718f37d4682
10 lines
161 B
C
Executable File
10 lines
161 B
C
Executable File
#ifndef __OR1_H
|
|
#define __OR1_H
|
|
|
|
int or1100(int argc, char** argv);
|
|
int or1200(int argc, char** argv);
|
|
int or1300(int argc, char** argv);
|
|
|
|
#endif // __OR1_H
|
|
|