21 lines
612 B
C
Executable File
21 lines
612 B
C
Executable File
#ifndef _FLD_SALDI_H
|
|
#define _FLD_SALDI_H
|
|
|
|
#define SLD_ANNOES "ANNOES"
|
|
#define SLD_GRUPPO "GRUPPO"
|
|
#define SLD_CONTO "CONTO"
|
|
#define SLD_SOTTOCONTO "SOTTOCONTO"
|
|
#define SLD_FLAGSALINI "FLAGSALINI"
|
|
#define SLD_SALDO "SALDO"
|
|
#define SLD_PDARE "PDARE"
|
|
#define SLD_PAVERE "PAVERE"
|
|
#define SLD_DATAULMOV "DATAULMOV"
|
|
#define SLD_NUMULTMOV "NUMULTMOV"
|
|
#define SLD_PAVEREPRO "PAVEREPRO"
|
|
#define SLD_PDAREPRO "PDAREPRO"
|
|
#define SLD_FLSCA "FLSCA"
|
|
#define SLD_FLAGSALFIN "FLAGSALFIN"
|
|
#define SLD_SALDOFIN "SALDOFIN"
|
|
|
|
#endif
|