simpletext library  v0.98
Compact variations of put/get write/read and print/scan for smaller program sizes
Functions
putDecDigits.c File Reference
#include "simpletext.h"

Functions

void putDecDigits (int val, int width)
 Print string representation of a decimal number to the debug port.

Detailed Description

Function to print a number of space padded width to the terminal.

Copyright (c) 2013, Parallax Inc. Written by Steve Denson

Function Documentation

void putDecDigits ( int  value,
int  width 
)

Print string representation of a decimal number to the debug port.

Parameters
valueNumber to print.
widthNumber of characters to print padded by zeros.