Garrett D'Amore wrote:
> Christian Kaiser wrote:
>> Hi all,
>>
>> I have a problem with the Sun Studio Express C pre-processor handling
>> variadic macros. Look at the following code example:
>>
>> > 1 #define OSIF_WARN( fmt, args... ) osif_warn(fmt, ## args)
>> > 2
>> > 3 void osif_warn(cha
sreenatha wrote:
> I am doing some applications and wanted to know about:
> How do we get the information like IO mapped IO(which port address is
> assigned to which device)
> and memory mapped IO(what memory range is assigned to which device) in
> solaris
> as is given by /proc/ioports and