simpletext library
v0.85
Compact variations of put/get write/read and print/scan for smaller program sizes
|
Functions | |
int | writeStrDigits (text_t *p, char *str, int width) |
Function to print a string of specified width to the pointer.
Copyright (c) 2013, Parallax Inc. Written by Steve Denson
int writeStrDigits | ( | text_t * | device, |
char * | str, | ||
int | width | ||
) |
Send a string on the transmit device.
device | is a previously open/started terminal device. |
str | is the null terminated string to send. |
width | is number of characters to print padded by spaces. |