String utility functions defined shall provide basic string copying capabilities.
Definition in file psString.h.
#include "psType.h"
Include dependency graph for psString.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | PS_STRING(S) #S |
| This macro will convert the argument to a quoted string. | |
Functions | |
| char * | psStringCopy (const char *str) |
| Copies the input string. | |
| char * | psStringNCopy (const char *str, psS32 nChar) |
| Copies the input string up to the specified number of characters. | |
|
|
This macro will convert the argument to a quoted string.
Definition at line 24 of file psString.h. |
1.3.9.1