Ticket #318 (new Task)
Use inttypes.h instead of home-made ifdefs
| Reported by: | gregor | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | Bro2.1 |
| Component: | Bro | Version: | git/master |
| Keywords: | inttypes | Cc: |
Description
- Use inttypes.h for fixed width integer types instead of using self-made #ifdefs. (E.g., uint64_t, int32_t). Cf. util.[ch]
- Replace old uint32 et al. with standard uint32_t et al.
inttypes.h is a C99 and POSIX standard.
Check for possible roadblock when doing so
Note: See
TracTickets for help on using
tickets.