15 lines
286 B
C
Executable File
15 lines
286 B
C
Executable File
|
|
#ifndef __ANAFIS_H
|
|
#define __ANAFIS_H
|
|
|
|
#define ANF_CODANAGR "CODANAGR"
|
|
#define ANF_DATANASC "DATANASC"
|
|
#define ANF_SESSO "SESSO"
|
|
#define ANF_STATONASC "STATONASC"
|
|
#define ANF_COMNASC "COMNASC"
|
|
#define ANF_COMRES "COMRES"
|
|
#define ANF_TIPOA "TIPOA"
|
|
|
|
#endif
|
|
|