#include "string.h"

This page has information from files string.h and string.c.

Contents


Public Routines in File string.c

Index

new_str_copystr_ident

Details


char *new_str_copy(char *str);
Return a malloced copy of the given string. To avoid memory leaks, call free() on the copy if you finish referring to it.
BOOL str_ident(char *s, char *t);
This function routine checks identity of two strings.

Public Definitions in File string.h


Introduction

This package contains a few utilities for character strings.

These activities are projects of the Mathematics and Computer Science Division of Argonne National Laboratory.