May 31, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4255

           Summary: Missing declaration on core.stdc.stdio of kbhit
                    function
           Product: D
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: druntime
        AssignedTo: sean@invisibleduck.org
        ReportedBy: mserri@gmail.com


--- Comment #0 from Martino Serri <mserri@gmail.com> 2010-05-31 03:16:06 PDT ---
Trying to compile an old program written in D2 pre version 2.020, I have noticed that the function kbhit is missing from declaration on core.stdc.stdio.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 10, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=4255


Alex Rønne Petersen <alex@lycus.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |alex@lycus.org
         Resolution|                            |WONTFIX


--- Comment #1 from Alex Rønne Petersen <alex@lycus.org> 2012-10-10 03:44:41 CEST ---
kbhit by itself is not standardized and _kbhit is apparently ISO C++. core.stdc.* only binds C99. So, closing this...

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------