SOM Kernel Reference 1-25
somPrefixLevel Function
Purpose
Outputs blanks to prefix a line at the indicated level.
Syntax
void somPrefixLevel (long level);
Description
The somPrefixLevel function outputs blanks (through the somPrintf function) to prefix the
next line of output at the indicated level. (The number of blanks produces is 2*level.) This
function is useful when overriding the somDumpSelfInt method, which takes the level as an
argument.
Parameters
level The level at which the next line of output is to start.
C/C++ Example
#include <som.h>
somPrefixLevel(5);
Related Information
Functions: somPrintf, somVprintf, somLPrintf, SOMOutCharRoutine
Komentarze do niniejszej Instrukcji