Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21f0e92df39258a

Jump to content

Talk:File descriptor

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 12 years ago by 93.172.100.177 in topic opendir() probably doesn't belong here.

Who says "file handle" is preferred in the context of C stdio? In MS Windows maybe, but the C standard never mentions "handle" in the context of FILE objects. All references to handles outside the context of MS Windows should be corrected. FILE* is not a handle, it's a pointer to an object that controls a stream. JonathanWakely (talk) 11:37, 20 November 2007 (UTC)Reply

What is id for logging stream (C++'s clog)? 89.64.227.30 (talk) 20:47, 27 November 2013 (UTC)Reply

opendir() probably doesn't belong here.

[edit]

It returns a 'DIR*', not an 'int', so I don't understand why it's listed. (OTOH, fdopendir() does belong here, and it's indeed mentioned.) — Preceding unsigned comment added by 93.172.100.177 (talk) 07:14, 16 April 2014 (UTC)Reply