Group code ranges | Data type |
0-9 | char [255], since DXF R15/2000 char [2049] |
5 | int "%x" (hexadecimal number) |
10-59 | double |
60-79 | int16_t |
90-99 | int32_t |
100 | char [255] |
102 | char [255] |
105 | int "%x" (hexadecimal number) |
110-149 | double |
160-169 | int64_t |
170-179 | int16_t |
210-239 | double |
270-289 | int16_t |
290-299 | bool? (boolean flag value, I don't now how it compare in C89, in C99 using #include <stdbool.h> can be a bool) |
300-309 | char [255?] (isn't clear the maximum limit of characters) |
310-369 | int "%x" (hexadecimal number) |
370-389 | int16_t |
390-399 | int "%x" (hexadecimal number) |
400-409 | int16_t |
410-419 | char [255?] (isn't clear the maximum limit of characters) |
420-429 | int32_t |
430-439 | char [255?] (isn't clear the maximum limit of characters) |
440-449 | int32_t |
450-459 | long int? int64_t? (isn't clear) |
460-469 | double |
470-479 | char [255?] (isn't clear the maximum limit of characters) |
480-481 | int "%x" (hexadecimal number) |
999 | char [255] |
1000-1009 | char [255], since DXF R15/2000 char [2049] |
1004-1005 | int "%x" (hexadecimal number) |
1010-1059 | double |
1060-1070 | int16_t |
1071 | int32_t |