(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/arossupport.h>

int kprintf ()

SYNOPSIS
const UBYTE * fmt
...

FUNCTION
Formats fmt with the specified arguments like printf() (and *not* like RawDoFmt()) and uses a secure way to deliver the message to the user; ie. the user *will* see this message no matter what.

INPUTS
fmt
printf()-style format string

RESULT
The number of characters output.

EXAMPLE

SEE ALSO

NOTES
This function is not part of a library and may thus be called any time.

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
02.10.1997 turrican
Modified the testing of AROS_FLAVOUR_NATIVE; Added check for AROS_FLAVOUR_BINCOMPAT where apropriate
01.04.1997 ldp
Remove multiple includes warning
27.03.1997 digulla
Removed AROS/compiler/aros/

Removed logs

Added comments

Replaced proto/aros.h by proto/arossupport.h and the like

Makefile is less noisy now, too

27.03.1997 ldp
libaros.a -> libarossupport.a