10 lines
169 B
C
10 lines
169 B
C
|
#ifndef __DESLIN_H
|
||
|
#define __DESLIN_H
|
||
|
|
||
|
#define DESLIN_CODART "CODART"
|
||
|
#define DESLIN_NRIGA "NRIGA"
|
||
|
#define DESLIN_CODLIN "CODLIN"
|
||
|
#define DESLIN_DESCR "DESCR"
|
||
|
|
||
|
#endif
|