Bull DPX/20 Betriebsanweisung Seite 37

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 424
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 36
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
Seitenansicht 36
1 2 ... 32 33 34 35 36 37 38 39 40 41 42 ... 423 424

Kommentare zu diesen Handbüchern

Keine Kommentare