On Wed, 08 Dec 2010 08:57:40 -0500, Steven Schveighoffer <schvei...@yahoo.com> wrote:

extern(C) int kbhit(void);


Um... sorry, D doesn't support void args (copy-paste problem):

extern(C) int kbhit();

-Steve

Reply via email to