Home Tags Unsigned int

Tag: unsigned int

Joy of Programming: Understanding Bit-fields in C

2
One important feature that distinguishes C as a systems programming language is its support for bit-fields. Let us explore this feature in this column. In...

GDB Logging Function Parameters, Part 2

1
In this second part on the topic, let us write a GDB script to log the parameters of a desired function, and also see...

Device Drivers, Part 9: Input/Output Control in Linux

49
This article, which is part of the series on Linux device drivers, talks about the typical ioctl() implementation and usage in Linux. "Get me a...