![]() |
PropWare
3.0.0.229
C++ objects and CMake build system for Parallax Propeller
|
Include dependency graph for writeStrDigits.c:Go to the source code of this file.
Functions | |
| int | writeStrLen (text_t *p, char *str, int width) |
| Send a string to the device. More... | |
Function to print a string of specified width to the pointer.
Copyright (c) 2013, Parallax Inc. Written by Steve Denson
Definition in file writeStrDigits.c.
Send a string to the device.
| *device | Connection identifier to serial, fdserial, or other text_t compatible device that has been opened. |
| str | Null terminated string to send. |
| width | Number of characters to print padded by spaces. |
Definition at line 11 of file writeStrDigits.c.
Here is the call graph for this function:
1.8.17