blob: 938b407a9a8554b09dbc1b4bf95ff00ca423a19a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
@node Misc
@chapter Miscellaneous Macros and Functions
This chapter describes miscellaneous routines not covered elsewhere.
@menu
* Function ffs:: Return first bit set in a word
* Function __retarget_lock_init:: Retargetable locking routines
* Function unctrl:: Return printable representation of a character
@end menu
@page
@include misc/ffs.def
@page
@include misc/lock.def
@page
@include misc/unctrl.def
|