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

Functions

void writeDecDigits (text_t *p, int val, int width)
 

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 writeDecDigits ( text_t device,
int  value,
int  width 
)

Print a string representation of a decimal number to output

Parameters
deviceis a previously open/started terminal device.
valueis number to print.
widthis number of characters to print padded by spaces.