Bull DPX/20 Podręcznik Użytkownika Strona 37

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 424
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 36
1 2 ... 32 33 34 35 36 37 38 39 40 41 42 ... 423 424

Komentarze do niniejszej Instrukcji

Brak uwag