debug_int
List of: Functions
Subjects: Debugging
Contents: Kernel

Action: Prints an integer with the given title to the output file.

Prototype: void debug_int (


char const* title, // title


int val, // integer value


FILE* fp // file pointer


);

Includes: #include "kernel/acis.hxx"

#include "kernel/kerndata/data/debug.hxx"

Library: kernel

Filename: kern/kernel/kerndata/data/debug.hxx

Effect: System routine
PDF/KERN/24FNC.PDF
HTM/DATA/KERN/KERN/24FNC/0006.HTM