www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 4255] New: Missing declaration on core.stdc.stdio of kbhit function

reply d-bugmail puremagic.com writes:
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



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: -------
May 31 2010
parent d-bugmail puremagic.com writes:
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



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: -------
Oct 09 2012