NAME

Haiku - Interfaces to some Haiku API Functions

DESCRIPTION

The Haiku module contains functions to access Haiku APIs.

Alphabetical Listing of Haiku Functions

Haiku::debug_printf(FORMAT,...)

Similar to printf, but prints to system debug output.

Haiku::debugger(FORMAT,...)

Drops the program into the debugger. The printf like arguments define the debugger message.

Haiku::ktrace_printf(FORMAT,...)

Similar to printf, but prints to a kernel tracing entry.