[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Included Interfaces without documentation update



On 23 Apr 2001, Richard Kettlewell wrote:

>   $ grep _IO_putc /usr/include/stdio.h 
>   #define putc(_ch, _fp) _IO_putc (_ch, _fp)
>   $ nm --dynamic /bin/ls|grep putc
>            U _IO_putc
>   $ 
> 
> (Debian 2.2 and Red hat 7.0)


This is in fact why these interfaces are showing up in the list. It really
doesn't have anything to do with the C++ library (other than it's influence
on the internal design of the library).




                                Stuart

Stuart R. Anderson                               anderson@metrolink.com

Metro Link Incorporated                          South Carolina Office
5807 North Andrews Way                           129 Secret Cove Drive
Fort Lauderdale, Florida 33309                   Lexington, SC 29072
voice: 954.660.2500                              voice: 803.951.3630
http://www.metrolink.com/                        XFree86 Core Team
Creative Applications Lab Chair - SIGGRAPH 2001



Reply to: