lib/iec_types.h
changeset 137 9ceda59abd27
parent 59 37ba6f9e51e2
child 161 a27957e13d42
equal deleted inserted replaced
136:32bd7ef40897 137:9ceda59abd27
       
     1 #ifndef IEC_TYPES_H
       
     2 #define IEC_TYPES_H
       
     3 
     1 #include <limits.h>
     4 #include <limits.h>
     2 #include <float.h>
     5 #include <float.h>
     3 #include <time.h>
     6 #include <time.h>
     4 #include <stdint.h>
     7 #include <stdint.h>
     5 
     8 
    49 typedef struct {
    52 typedef struct {
    50     __strlen_t len;
    53     __strlen_t len;
    51     uint8_t body[STR_MAX_LEN];
    54     uint8_t body[STR_MAX_LEN];
    52 } IEC_STRING;
    55 } IEC_STRING;
    53 
    56 
       
    57 #endif /*IEC_TYPES_H*/