some defines I couldnt understand '_IOC_NONE 1U'
June 18, 2011
3:39 p.m.
Hello I dont understand what means 'U' character. I found this defines in asm/ioctl.h file. Thanks #define _IOC_NONE 1U #define _IOC_READ 2U #define _IOC_WRITE 4U
June 18, 2011
4 p.m.
Hello, its an unsigned constant. david On Sat, Jun 18, 2011 at 06:39:45PM +0300, Daniel Redway wrote:
Hello
I dont understand what means 'U' character. I found this defines in asm/ioctl.h file. Thanks
#define _IOC_NONE 1U #define _IOC_READ 2U #define _IOC_WRITE 4U
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
5537
Age (days ago)
5537
Last active (days ago)
1 comments
2 participants
participants (2)
-
Daniel Redway -
david kol.