#include "../error/error.h"
#include "Object.h"
Go to the source code of this file.
Functions | |
int | nps_initString (nps_error_t *) |
struct String * | String_copy (struct String *, nps_error_t *error) |
char * | String_getTxt (struct String *) |
Variables | |
struct String * | String |
int nps_initString | ( | nps_error_t * | ) |
struct String* String_copy | ( | struct String * | , | |
nps_error_t * | error | |||
) | [read] |
char* String_getTxt | ( | struct String * | ) |