diff options
Diffstat (limited to 'Include/stringobject.h')
-rw-r--r-- | Include/stringobject.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Include/stringobject.h b/Include/stringobject.h index 2fb386b..2a3d47a 100644 --- a/Include/stringobject.h +++ b/Include/stringobject.h @@ -1,6 +1,6 @@ /*********************************************************** -Copyright 1991, 1992 by Stichting Mathematisch Centrum, Amsterdam, The -Netherlands. +Copyright 1991, 1992, 1993 by Stichting Mathematisch Centrum, +Amsterdam, The Netherlands. All Rights Reserved @@ -58,6 +58,7 @@ extern unsigned int getstringsize PROTO((object *)); extern char *getstringvalue PROTO((object *)); extern void joinstring PROTO((object **, object *)); extern int resizestring PROTO((object **, int)); +extern object *formatstring PROTO((object *, object *)); /* Macro, trading safety for speed */ #define GETSTRINGVALUE(op) ((op)->ob_sval) |