2000-02-17 19:39:52 +00:00
|
|
|
@node Misc
|
|
|
|
@chapter Miscellaneous Macros and Functions
|
|
|
|
This chapter describes miscellaneous routines not covered elsewhere.
|
|
|
|
|
|
|
|
@menu
|
2024-01-05 00:01:23 -05:00
|
|
|
* Function ffs:: Return first bit set in a word
|
|
|
|
* Function __retarget_lock_init:: Retargetable locking routines
|
|
|
|
* Function unctrl:: Return printable representation of a character
|
2000-02-17 19:39:52 +00:00
|
|
|
@end menu
|
|
|
|
|
2002-07-16 15:30:32 +00:00
|
|
|
@page
|
|
|
|
@include misc/ffs.def
|
|
|
|
|
2016-10-25 17:38:19 +01:00
|
|
|
@page
|
|
|
|
@include misc/lock.def
|
|
|
|
|
2000-02-17 19:39:52 +00:00
|
|
|
@page
|
|
|
|
@include misc/unctrl.def
|