comparison src/define.h @ 378:ad7b880ad3d1

Alfredo Esteban - add -l and -f options to lspst
author Carl Byington <carl@five-ten-sg.com>
date Thu, 07 Dec 2017 08:43:57 -0800
parents 506e266f930d
children
comparison
equal deleted inserted replaced
377:506e266f930d 378:ad7b880ad3d1
254 254
255 #define PST_LE_GET_UINT8(p) (*(uint8_t const *)(p)) 255 #define PST_LE_GET_UINT8(p) (*(uint8_t const *)(p))
256 256
257 #define PST_LE_GET_INT8(p) (*(int8_t const *)(p)) 257 #define PST_LE_GET_INT8(p) (*(int8_t const *)(p))
258 258
259 #define MAXDATEFMTLEN 40
259 260
260 #endif //DEFINEH_H 261 #endif //DEFINEH_H