PDA

View Full Version : Manpage for /usr/include/wchar.h


MWAAAHAAA
November 18th, 2006, 07:14 PM
Does anyone know what package to install in order to get the manpages for the functions defined in /usr/include/wchar.h (the particular function I was looking for was wcstof).

po0f
November 18th, 2006, 07:14 PM
MWAAAHAAA,

It might be in manpages-dev.

MWAAAHAAA
November 18th, 2006, 07:19 PM
MWAAAHAAA,

It might be in manpages-dev.

It isn't.

po0f
November 18th, 2006, 07:26 PM
MWAAAHAAA,

I just looked myself and was about to post this link (http://www.die.net/doc/linux/man/man3/wcstof.3.html). It's weird that's it's not there.

llonesmiz
November 19th, 2006, 03:19 AM
You need to install manpages-posix-dev:

sudo apt-get install manpages-posix-dev


Good luck.

MWAAAHAAA
November 19th, 2006, 11:05 AM
You need to install manpages-posix-dev

That did it. Thanks.