14 lines
345 B
C
14 lines
345 B
C
#ifndef __INTRA_H
|
|
#define __INTRA_H
|
|
|
|
#define INTRA_NUMREG "NUMREG"
|
|
#define INTRA_DATAREG "DATAREG"
|
|
#define INTRA_TIPOMOV "TIPOMOV"
|
|
#define INTRA_TIPOCF "TIPOCF"
|
|
#define INTRA_CODCF "CODCF"
|
|
#define INTRA_TOTDOC "TOTDOC"
|
|
#define INTRA_TOTDOCIMM "TOTDOCIMM"
|
|
#define INTRA_CODVAL "CODVAL"
|
|
#define INTRA_CAMBIO "CAMBIO"
|
|
|
|
#endif |