Re: [mpg123-users] Are Ports code still usable ?
Brought to you by:
sobukus
|
From: Thomas O. <tho...@or...> - 2015-03-26 22:37:00
|
Am Thu, 26 Mar 2015 22:18:25 +0100 schrieb Fred van Stappen <fi...@ho...>: > > > File descriptors may be compatible, but don't have to. > > Ooops, i thought File descriptors were following standard defined by the OS... > It seems that it is not true. Good to know ;-) Many thanks. Well, at least on POSIX systems, they are defined on the lowest level, and at the core, any implementation of file handles of some runtime environemnt will use them. That doesn't mean that you have integers you can exchange between all layers without concern, especially not on non-POSIX systems. Alrighty then, Thomas |