18 lines
221 B
OpenEdge ABL
18 lines
221 B
OpenEdge ABL
#ifndef TIPI_I
|
|
#define TIPI_I
|
|
|
|
#define corto short
|
|
#define lungo long
|
|
#define naturale unsigned
|
|
|
|
#define car char
|
|
#define vuoto void
|
|
|
|
#define cost const
|
|
|
|
#define mobile float
|
|
#define doppia double
|
|
|
|
#define NULLO 0
|
|
|
|
#endif |