|
pelib
2.0.0
|
#include <pelib/structure.h>Go to the source code of this file.
Defines | |
| #define | STRUCT_T pelib_string |
| #define | DONE_pelib_string |
Typedefs | |
| typedef char * | pelib_string |
Functions | |
| size_t | pelib_string_length (pelib_string str) |
| #define DONE_pelib_string |
Definition at line 31 of file pelib_string.h.
| #define STRUCT_T pelib_string |
Definition at line 29 of file pelib_string.h.
| char * pelib_string |
Returns a simple human-readable string representation of an instance of pelib object
Definition at line 27 of file pelib_string.h.
Returns the number of characters contained in the string, exclusing null terminator character \0
Definition at line 64 of file pelib_string.c.