lapd-over-datagram-user: fix printf format for timeval fields (details)
Commit
fd95fd772e2692d6f07691c6fe08b882d3d90379
by dtv.comp
lapd-over-datagram-user: fix printf format for timeval fields
Use inttypes.h and PRI* macros when printing struct timeval members. This avoids format string mismatches and makes the example code portable across architectures where time_t / suseconds_t may differ in size.