simpletext library
v0.85
Compact variations of put/get write/read and print/scan for smaller program sizes
|
#include "simpletext.h"
Functions | |
int | writeLine (text_t *p, char *str) |
Function to print a string with new-line to the text pointer.
Copyright (c) 2013, Parallax Inc. Written by Steve Denson
int writeLine | ( | text_t * | device, |
char * | str | ||
) |
Send a string + new line on the transmit device.
device | is a previously open/started terminal device. |
str | is the null terminated string to send. |