10 lines
132 B
C
10 lines
132 B
C
|
#ifndef __CG1100_H
|
||
|
#define __CG1100_H
|
||
|
|
||
|
#define F_DATA_STAMPA 100
|
||
|
#define F_SCELTA_STAMPA 101
|
||
|
#define F_SALTO_PAGINA 102
|
||
|
|
||
|
#endif
|
||
|
|