Since 4/26/2012 1:03:38 AM, ms217 has written 2 articles and participated in 5 conversations. ms217 signature: ms217
ms217's articles:
Items(2) /1
Write int as a 4 byte big-endian to file.4530 (3/10/2012 6:00:50 PM) comp.lang.c Hi, I need some help with something which is a little over my pay grade. :) The file which I must write has a header followed by a sequence of ints each of which must be written as a 4 byte big-endian. The ... MS
Establish read permission of a file in C (UNIX / Linux)2049 (3/14/2011 1:53:13 PM) comp.unix.programmer I need to establish whether the user running my program (a command line tool) has read permission of the files they entered on the command line. The code was using stat() and then checking st_mode with S_IRUS... MS
ms217's replies:
Items(2) /1
Establish read permission of a file in C (UNIX / Linux)2049 (3/14/2011 1:53:13 PM) comp.unix.programmer I need to establish whether the user running my program (a command line tool) has read permission of the files they entered on the command line. The code was using stat() and then checking st_mode with S_IRUS... ms217(7)
Write int as a 4 byte big-endian to file.4530 (3/10/2012 6:00:50 PM) comp.lang.c Hi, I need some help with something which is a little over my pay grade. :) The file which I must write has a header followed by a sequence of ints each of which must be written as a 4 byte big-endian. The ... ms217(7)