The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

newstr.h

Go to the documentation of this file.
00001 /*
00002  * Copyright 1993, 1995 Christopher Seiwald.
00003  *
00004  * This file is part of Jam - see jam.c for Copyright information.
00005  */
00006 
00007 /*
00008  * newstr.h - string manipulation routines
00009  */
00010 
00011 char *newstr( char *string );
00012 char *copystr( char *s );
00013 void freestr( char *s );
00014 void donestr();

Generated on Mon Nov 8 17:07:46 2004 for MPT by  doxygen 1.3.9.1