Home --> Documentations --> PJLIB Reference
#include <types.h>
This type is used as replacement to legacy C string, and used throughout the library. By convention, the string is NOT null terminated.
This type is used as replacement to legacy C string, and used throughout the library.
Buffer pointer, which is by convention NOT null terminated.
Referenced by pj_cstr(), pj_strbuf(), pj_strchr(), pj_strset(), pj_strset2(), and pj_strset3().
The length of the string.
Referenced by pj_cstr(), pj_strchr(), pj_strlen(), pj_strset(), pj_strset2(), and pj_strset3().