Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals  

string.c File Reference

string value implementation. More...

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

Included by dependency graph

Go to the source code of this file.

Functions

plint_str_t plint_str_new (char const *s, size_t n)
 creates a new string taking LENGTH characters from an address. More...

plint_str_t plint_str_cpy (plint_str_t s)
 makes a copy of a string. More...

void plint_str_cat (plint_str_t *l, plint_str_t t)
 concatenates two strings. More...

plint_str_t plint_str_str (plint_str_t s, size_t f, size_t t)
 extracts a string which is a substring of a string. More...

int plint_str_id (plint_str_t s)
 checks if a string is a valid identifier. More...

void plint_str_fre (plint_str_t s)
 frees a string. More...

int plint_str_equ (plint_str_t l, plint_str_t r)
 equality test. More...

int plint_str_neq (plint_str_t l, plint_str_t r)
 equality test. More...


Detailed Description

string value implementation.

Author:
Sebastian Glita

Definition in file string.c.


Generated on Thu Jan 9 19:02:50 2003 for plint by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002