view etc/inttypes.h @ 25123:2caa21647239

pgc->subp_control and pgc->audio_control are no more bitfields, but plain uint32_t and uint16_t respectively; replaced access to bitfield members with bitmask operations (and removed some ugly macro)
author nicodvb
date Fri, 23 Nov 2007 21:12:11 +0000
parents dae8bc96fb15
children
line wrap: on
line source


// fallback if the user doesn't have inttypes.h (libc5 systems)

#include <sys/bitypes.h>