11 lines
221 B
C++
Executable File
11 lines
221 B
C++
Executable File
#ifndef __VE0100B_H
|
|
#define __VE0100B_H
|
|
|
|
#ifndef __VELIB_H
|
|
class TDocumento;
|
|
#endif
|
|
|
|
int numerazione_definitiva(TDocumento &); // prototipo della funzione di rinumerazione definitiva dei documenti
|
|
|
|
#endif // __VE0100B_H
|