NAME

cstring - convert a BASIC string to a null-terminated string

SYNOPSIS

#include <basic/string.h>

char *cstring(str)
struct string *str;

DESCRIPTION

Cstring allocates and returns a null-terminated string which is a copy of the BASIC string pointed to by str

This function does not directly implement any BASIC function.  This function supports other functions which require null-terminated strings for use with UNIX library functions. 

SEE ALSO

string(inc)

from The Basmark QuickBASIC Programmer’s Manual by Lawrence Leinweber