From: Thorsten O. <ad...@th...> - 2024-09-16 06:14:50
|
On Sonntag, 15. September 2024 21:28:11 CEST Miro Kropáček wrote: > OR'ing e.g. 0x8000 to the resulting file handle would work perfectly well, > too. Hm, i don't think this is a good idea. First off, the mask 0x8000 will result in a negative value if you assign it to a 16bit variable. And secondly, what if you want to use the file handle in a Fselect() or Fpoll() call? |