include/none/applicfg.h
changeset 619 96f84395154f
parent 618 564a4a9862b1
child 764 d7c015cb0df0
equal deleted inserted replaced
618:564a4a9862b1 619:96f84395154f
    21 */
    21 */
    22 
    22 
    23 #ifndef __APPLICFG_NONE__
    23 #ifndef __APPLICFG_NONE__
    24 #define __APPLICFG_NONE__
    24 #define __APPLICFG_NONE__
    25 
    25 
       
    26 #include <string.h>
    26 #include <sys/types.h>
    27 #include <sys/types.h>
    27 
    28 
    28 /*  Define the architecture : little_endian or big_endian
    29 /*  Define the architecture : little_endian or big_endian
    29  -----------------------------------------------------
    30  -----------------------------------------------------
    30  Test :
    31  Test :
    43  data[2] = 0xAB;
    44  data[2] = 0xAB;
    44  data[3] = 0xCD;
    45  data[3] = 0xCD;
    45  */
    46  */
    46 
    47 
    47 /* Integers */
    48 /* Integers */
    48 #define INTEGER8 signed char
    49 #define INTEGER8 char
    49 #define INTEGER16 short
    50 #define INTEGER16 short
    50 #define INTEGER24 int
    51 #define INTEGER24 int
    51 #define INTEGER32 int
    52 #define INTEGER32 int
    52 #define INTEGER40 long long
    53 #define INTEGER40 long long
    53 #define INTEGER48 long long
    54 #define INTEGER48 long long