delorie.com/djgpp/bugs/show.cgi   search  
Bug 000038

When Created: 11/24/1995 03:37:58
Against DJGPP version: 2.00.beta3
By whom: ff@cpk.auc.dk
Abstract: Functions outpw(), outp() and inpw() not declared
When converting a library, I found that the functions:
outpw(), outp() and inpw() were included in the libc.a library,
but the functions were not declared in any of the header files.

Workaround added: 11/24/1995 03:39:41
By whom: ff@cpk.auc.dk
Declare the functions manually in the program, i.e.,

unsigned outpw(unsigned, unsigned);
int outp(unsigned, int);
unsigned inpw(unsigned);

Fixed in version 2.01 on 06/13/1996 00:38:51
By whom: dj@delorie.com



  webmaster     delorie software   privacy  
  Copyright © 2010   by DJ Delorie     Updated Jul 2010