12 lines
235 B
C
Executable File
12 lines
235 B
C
Executable File
#ifndef __TFILEPR_H
|
|
#define __TFILEPR_H
|
|
|
|
#define F_DRIVE 100
|
|
#define F_FORMATO_DISCO 101
|
|
#define F_FILE_DESTINAZIONE 102
|
|
#define F_FORMATTA 103
|
|
#define F_LABEL 104
|
|
|
|
#endif // __TFILEPR_H
|
|
|