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

Functions

int writeStrDigits (text_t *p, char *str, int width)
 

Detailed Description

Function to print a string of specified width to the pointer.

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

Function Documentation

int writeStrDigits ( text_t device,
char *  str,
int  width 
)

Send a string on the transmit device.

Parameters
deviceis a previously open/started terminal device.
stris the null terminated string to send.
widthis number of characters to print padded by spaces.