The psLine functions allow manipulation of fixed-length lines.
Definition in file psLine.h.
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | psLine |
| Structure to carry a dynamic string. More... | |
Functions | |
| psLine * | psLineAlloc (long Nline) |
| Allocates a line object of length Nline. | |
| bool | psMemCheckLine (psPtr ptr) |
| Checks the type of a particular pointer. | |
| bool | psLineInit (psLine *line) |
| Initializes or re-initializes a line. | |
| bool | psLineAdd (psLine *line, const char *format,...) |
| Adds the line segment to the string. | |
1.5.1