P
Pietro Cerutti
Hi group,
please tell me if this rather belongs to comp.unix.programmer or such..
I would like to know whether there is a portable way to return a integer
type not limited to 0xff from main.
In the man page of exit it's stated that the value passed to it is &'d
with 0xff before being returned to the parent.
The goal here it to return a unsigned long to the caller (e.g. shell).
Thanks,
please tell me if this rather belongs to comp.unix.programmer or such..
I would like to know whether there is a portable way to return a integer
type not limited to 0xff from main.
In the man page of exit it's stated that the value passed to it is &'d
with 0xff before being returned to the parent.
The goal here it to return a unsigned long to the caller (e.g. shell).
Thanks,