C Language Library Manual: which package?

Jared Greenwald greenwaldjared at gmail.com
Fri Sep 7 20:42:04 UTC 2007


On 9/7/07, Ali Milis <almilis at gmail.com> wrote:
> Hi,
>
> I am not a pro C programmer,  I recall that I could "man"
> the C stdio.h library (eg. "man putchar") - CMIIW.
> May I know which package that I should install?

You could just go to google and type in "man stdio.h" and get plenty
of online versions of the man page.

> BTW:
> By accident (cut and paste), I've declared a new
> variable in the middle of a C program. The compiler
> did not complain. Is that legal? Eg.
>
> if (ii > 0) {
>    aa = bb;
>    int jj = 0;
>    ...
> }

C++ allows for this and its only local to the if statement.

> regards,
>
> --
> Raja Ali M.I. Ilias, Bengkalis, https://wiki.ubuntu.com/AliMilis
> Counted GNU/Linux Engineer # 405138 - http://counter.li.org/
> Ubuntu User # 14458 - http://ubuntucounter.geekosophical.net/
>
> --
> kubuntu-users mailing list
> kubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
>




More information about the kubuntu-users mailing list