pelib  2.0.0
include/pelib/pelib_string.h File Reference
#include <pelib/structure.h>
Include dependency graph for pelib_string.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

Definition at line 31 of file pelib_string.h.

#define STRUCT_T   pelib_string

Definition at line 29 of file pelib_string.h.


Typedef Documentation

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.


Function Documentation

Returns the number of characters contained in the string, exclusing null terminator character \0

Definition at line 64 of file pelib_string.c.