* libc/Makefile.am (stmp-extra): New target to set makeinfo flag
if LIBC_EXTRA_LIB is present.
* libc/Makefile.in: Regenerated.
* libc/libc.texinfo: Add blank line.
* libc/argz/Makefile.am: Add doc support.
* libc/search/Makefile.am: Ditto.
* libc/argz/Makefile.in: Regenerated.
* libc/search/Makefile.in: Ditto.
* libc/misc/misc.tex: Add ffs function.
* libc/stdio/ftell.c: Fix missing doc delimeter in description.
15 lines
307 B
TeX
15 lines
307 B
TeX
@node Misc
|
|
@chapter Miscellaneous Macros and Functions
|
|
This chapter describes miscellaneous routines not covered elsewhere.
|
|
|
|
@menu
|
|
* ffs:: Return first bit set in a word
|
|
* unctrl:: Return printable representation of a character
|
|
@end menu
|
|
|
|
@page
|
|
@include misc/ffs.def
|
|
|
|
@page
|
|
@include misc/unctrl.def
|