Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

VgaPrintIntegerDec

NullException edited this page Aug 6, 2020 · 1 revision

VgaPrintIntegerDec fucntion

Description

Prints an integer in decimal format at current cursor position

Syntax

void VgaPrintIntegerDec(int integer, 
                        boolean isSigned
);

Parameters

integer

The integer to print


isSigned

Specifies if you want to treat the integer as an unsigned or signed integer

Return Value

N/A

Notes

If an integer is printed off screen, it will write to invalid memory, possibly corrupting kernel code.