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

Functions

void writeDec (text_t *device, int number)
 Print string representation of a decimal number to output.

Detailed Description

Function to print a number to the terminal.

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

Function Documentation

void writeDec ( text_t device,
int  value 
)

Print string representation of a decimal number to output.

Parameters
devicePreviously open/started terminal device.
valueNumber to print.